1.0.3 • Published 4 years ago
@skoreio/eslint-config-skore v1.0.3
ESLint (and Prettier) config
These are settings for ESLint and Prettier used by Skore.
What it does
This setup lints your JavaScript code based on custom defined rules. Check the ADR for all our definitions.
Installing
- In your project folder, run:
npm i -D @skoreio/eslint-config-skore eslint-plugin-vue eslint
- You will see that three dependencies were installed. Now, create (or update) a
.eslintrc
file with the following content:
{
'extends': [
'@skoreio/eslint-config-skore'
]
}
- Copy the .prettierrc file from this repository into your project folder