Skip to content

Commit

Permalink
cleaned up docs, updated for ESLint 2.0 plugin shared configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Feb 14, 2016
1 parent 00ff9ed commit 369c9dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 45 deletions.
File renamed without changes.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ reports/
resolvers/

# config
.eslintrc
.babelrc
.eslintrc.yml
.travis.yml
appveyor.yml
.coveralls.yml
.editorconfig
.gitignore
gulpfile.js

# project stuff
*.sublime-*
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ or if you manage ESLint as a dev dependency:
npm install eslint-plugin-import --save-dev
```

As of v0.9, all rules are off by default. However, you may configure them manually
in your `.eslintrc`, or extend one of the canned base configs from the `eslint-config-import`
package:
All rules are off by default. However, you may configure them manually
in your `.eslintrc.(yml|json|js)`, or extend one of the canned configs:

```yaml
---
extends:
- "eslint:recommended"
- import/warnings # after `npm i -D eslint-config-import`-ing
- eslint:recommended
- plugin:import/errors
- plugin:import/warnings

# or configure manually:
plugins:
Expand Down
11 changes: 0 additions & 11 deletions config/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions config/package.json

This file was deleted.

0 comments on commit 369c9dd

Please sign in to comment.