1.0.3 • Published 4 years ago

@skoreio/eslint-config-skore v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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

  1. In your project folder, run:
npm i -D @skoreio/eslint-config-skore eslint-plugin-vue eslint
  1. You will see that three dependencies were installed. Now, create (or update) a .eslintrc file with the following content:
{
  'extends': [
    '@skoreio/eslint-config-skore'
  ]
}
  1. Copy the .prettierrc file from this repository into your project folder

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago