@activix/eslint-config
v3.0.1
Published
Activix's ESLint config, following our styleguide.
Downloads
36
Readme
eslint-config
This package provides Activix's ESLint config.
Usage
Install the package
npm install @activix/eslint-config --save-dev
Add the following to your
package.json
"eslintConfig": { "root": true, "extends": "@activix" },