0.4.1 • Published 5 years ago

eslint-config-dan-nl v0.4.1

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

eslint-config-dan-nl

NPM version Build Status

an ESLint shareable config

table of contents

installation

npm install --save-dev dan-nl/eslint-config-dan-nl

.eslintrc

add a reference in the .eslintrc file

module.exports = {
  extends: 'dan-nl'
};

package.json

add a script entry in the package.json file

"scripts": {
  "eslint": "eslint ."
}

use

npm run eslint

license

MIT License

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago