0.4.1 • Published 6 years ago

eslint-config-dan-nl v0.4.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago