Commit 9026a4f
committed
[fixed] Add mandatory eslint package as peerDependency.
From http://eslint.org/docs/developer-guide/working-with-plugins.html
`To make clear that the plugin requires ESLint to work correctly
you have to declare ESLint as a peerDependency in your package.json`
Just some examples:
https://github.com/theodoreb/eslint-plugin-drupal/blob/v0.3.1/package.json#L22-24
https://github.com/Gillespie59/eslint-plugin-angular/blob/0.0.7/package.json#L30-32
https://github.com/ilyavolodin/eslint-plugin-backbone/blob/v1.0.2/package.json#L19-21
https://github.com/tlvince/eslint-plugin-jasmine/blob/v1.0.0-rc.2/package.json#L6-81 parent 2a3187f commit 9026a4f
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments