|
11 miesięcy temu | |
---|---|---|
.editorconfig | 11 miesięcy temu | |
.eslintignore | 11 miesięcy temu | |
.gitignore | 11 miesięcy temu | |
LICENSE.md | 11 miesięcy temu | |
README.md | 11 miesięcy temu | |
eslint.config.js | 11 miesięcy temu | |
package.json | 11 miesięcy temu |
These are just my preferences. Yours are absolutely fine too, but these are mine.
Usage:
Install this package to your project, along with peer dependencies:
npm i -D @annybs/eslint
Add the following to your eslint.config.js
file:
const annybs = require('@annybs/eslint')
module.exports = [...annybs]
For bonus points, copy .editorconfig to your project too.