3.1.0 • Published 7 years ago

lint-config-m v3.1.0

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

lint-config-m

Lint config with eslint and stylelint.

Travis Codecov Status npm package npm downloads license

Dependency Status devDependency Status peerDependency Status

Installation

$ npm install eslint stylelint lint-config-m --save-dev

Usage

  • 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:watch

CONTRIBUTING

  • ⇄ 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).

CHANGELOG

LICENSE

MIT: http://michaelhsu.mit-license.org

3.1.0

7 years ago

3.0.0

7 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago