@toolbuilder/eslint-config
v0.1.5
Published
Eslint config based on standard.js (https://standardjs.com), plus es2020, minus the plugins.
Downloads
20
Maintainers
Readme
Eslint Config
An ESLint Shareable Config originally based on the JavaScript Standard Style configuration from 2019. The Standard Style plugin dependencies on, import, node, promises, and standard were removed. No plugins are required by this configuration. The environment is es2020
to support the BigInt primitive, and get globals such as Atomic
.
Use
This package provides a simple script to configure package.json. It updates devDependencies with eslint, and adds eslint configuration to use this package as eslint configuration. It stomps on any existing eslint configuration in package.json, so backup first.
npm install --save-dev @toolbulder/eslint-config
npx eslint-config
npm install