|
há 11 meses atrás | |
---|---|---|
.editorconfig | há 11 meses atrás | |
.eslintignore | há 11 meses atrás | |
.gitignore | há 11 meses atrás | |
LICENSE.md | há 11 meses atrás | |
README.md | há 11 meses atrás | |
eslint.config.js | há 11 meses atrás | |
package.json | há 11 meses atrás |
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.