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" },
This package provides Activix's ESLint config.
Install the package
npm install @activix/eslint-config --save-dev
Add the following to your package.json
"eslintConfig": {
"root": true,
"extends": "@activix"
},
If you find any bugs or have a feature request, please open an issue on github!
The npm package download data comes from npm's download counts api and package details come from npms.io.