3.1.0 • Published 9 years ago
lint-config-m v3.1.0
lint-config-m
Lint config with eslint and stylelint.
Installation
$ npm install eslint stylelint lint-config-m --save-devUsage
- eslint
"stylelint": {
"extends": "./node_modules/lint-config-m/stylelint.js"
},
"eslintConfig": {
"extends": [
"./node_modules/lint-config-m/eslint.js"
]
}peerDependencies
- eslint
- stylelint
Test
$ npm run test:watchCONTRIBUTING
- ⇄ Pull requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.
- Pull requests must be accompanied by passing automated tests (
$ npm test).