Skip to content

Commit

Permalink
Chore: Update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Sapegin committed Jul 5, 2018
1 parent 5c4bb31 commit 0f47b27
Show file tree
Hide file tree
Showing 15 changed files with 527 additions and 430 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
coverage/*
src/tasks/jest/test.js
src/tasks/styleguidist/templates/
node_modules/
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"sourceType": "script"
},
"rules": {
"strict": [2, "global"],
"no-console": 0
}
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Thumbs.db
*.sublime-project
*.sublime-workspace
*.log
coverage/
coverage/
.eslintcache
1 change: 0 additions & 1 deletion bin/mrm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env node
'use strict';
/* eslint-disable no-console */

const path = require('path');
Expand Down
Loading

0 comments on commit 0f47b27

Please sign in to comment.