0.1.5 • Published 2 years ago

@toolbuilder/eslint-config v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
0.1.5

2 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

5 years ago