2.0.1 • Published 4 years ago

@sanv/eslint-config-import v2.0.1

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

Eslint Import Configuration

npm version

  1. Install the correct version of package, which are listed by the command:
npm install "@sanv/eslint-config-import" --save-dev
  1. Add next line to your .eslintrc.js:
module.exports = {
  plugins: ['import'],
  extends: [
    '@sanv/eslint-config-import',
  ],
}