Skip to content

Commit

Permalink
feat(rules): add stylistic rule set
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jan 27, 2017
1 parent 861edb8 commit bff21c7
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
extends: [
'./rules/stylistic-issues',
'./rules/es2015'
].map(require.resolve),
parserOptions: {
Expand Down

0 comments on commit bff21c7

Please sign in to comment.