@connectif/eslint-config
v5.2.0
Published
Connectif shared eslint config
Readme
ESLINT-CONFIG
This package contains a set of common eslint rules used in our projects.
Installation
To install this package, run:
npm install @connectif/eslint-configUsage
Import it in the project eslint file:
import eslintConfig from '@connectif/eslint-config';Then, use it in the project:
export default [
...eslintConfig
// your eslint-settings
];License
This package is licensed under the MIT license.
