eslint-config
/
1.0.7
eslint-config 1.0.7
Install from the command line:
Learn more about npm packages
$ npm install @pewresearch/eslint-config@1.0.7
Install via package.json:
"@pewresearch/eslint-config": "1.0.7"
About this version
yarn add @pewresearch/eslint-config
- Use the following as a starting point for your project's eslint config...
// Use this file as a starting point for your project's .eslintrc.
// Copy this file, and add rule overrides as needed.
module.exports = {
extends: '@pewresearch/eslint-config',
};