|
il y a 11 mois | |
---|---|---|
.editorconfig | il y a 11 mois | |
.eslintignore | il y a 11 mois | |
.gitignore | il y a 11 mois | |
LICENSE.md | il y a 11 mois | |
README.md | il y a 11 mois | |
eslint.config.js | il y a 11 mois | |
package.json | il y a 11 mois |
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.