1.1.1 • Published 2 years ago

@saulx/eslint-config v1.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years ago

eslint-config

Our eslint config. Use it with our prettier config.

usage:

Add the following to your package.json:

...
"prettier": "@saulx/prettier-config",
"eslintConfig": {
  "extends": "@saulx/eslint-config"
},
"devDependencies": {
  "eslint": "^6.5.1",
  "prettier": "^1.18.2",
  "@saulx/eslint-config": "https://github.com/atelier-saulx/eslint-config",
  "@saulx/prettier-config": "https://github.com/atelier-saulx/prettier-config"
}
...

And run yarn or npm i