Skip to content

Commit

Permalink
fix(tests): Remove extends from test, doesn't work yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Feb 14, 2017
1 parent 7019d9e commit 9803f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ var cli = new CLIEngine({
envs: ['browser'],
extensions: ['js'],
ignore: false,
extends: ['plugin:doc-code-blocks/all'],
//extends: ['plugin:doc-code-blocks/all'],
rules: {
'eol-last': 2,
'no-console': 2,
'no-undef': 2,
'quotes': 2,
'spaced-comment': 2,
'doc-code-blocks/quotes': ['error', 'single']
//'doc-code-blocks/quotes': ['error', 'single']
},
useEslintrc: false
});
Expand Down

0 comments on commit 9803f63

Please sign in to comment.