Skip to content

Commit

Permalink
Remove: no-undefined rule.
Browse files Browse the repository at this point in the history
There was `no-shadow` rule.
  • Loading branch information
mysticatea committed Aug 20, 2016
1 parent a042645 commit 833836b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 131 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ npm install --save-dev eslint eslint-plugin-mysticatea
"mysticatea/arrow-parens": "error",
"mysticatea/block-scoped-var": "error",
"mysticatea/no-literal-call": "error",
"mysticatea/no-undefined": "error",
"mysticatea/no-use-ignored-vars": "error",
"mysticatea/no-useless-rest-spread": "error",
"arrow-parens": "off",
Expand All @@ -43,6 +42,5 @@ npm install --save-dev eslint eslint-plugin-mysticatea
- [arrow-parens](docs/rules/arrow-parens.md) - Enforce parens of argument lists (excludes too redundant parens) (fixable).
- [block-scoped-var](docs/rules/block-scoped-var.md) - The complete emulation of block-scoping for `var`.
- [no-literal-call](docs/rules/no-literal-call.md) - Disallow a call of a literal.
- [no-undefined](docs/rules/no-undefined.md) - disallow the declarations of `undefined`.
- [no-use-ignored-vars](docs/rules/no-use-ignored-vars.md) - Disallow a use of ignored variables.
- [no-useless-rest-spread](docs/rules/no-useless-rest-spread.md) - Disallow unnecessary rest/spread operators (fixable).
35 changes: 0 additions & 35 deletions docs/rules/no-undefined.md

This file was deleted.

65 changes: 0 additions & 65 deletions lib/rules/no-undefined.js

This file was deleted.

29 changes: 0 additions & 29 deletions tests/lib/rules/no-undefined.js

This file was deleted.

0 comments on commit 833836b

Please sign in to comment.