Skip to content

Commit

Permalink
Revert "ESLint for great justice: Episode I"
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber authored Sep 20, 2017
1 parent 0c22a1f commit 45e7b21
Showing 70 changed files with 484 additions and 587 deletions.
87 changes: 0 additions & 87 deletions .eslintrc.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -5,5 +5,4 @@ npm-debug.log
app/node_modules/
.DS_Store
.awcache
.idea/
.eslintcache
.idea/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@ cache:
directories:
- node_modules
- $HOME/.electron
- .eslintcache

install:
- npm install -g npm@4.6.1
@@ -31,6 +30,7 @@ install:
- npm ls --dev

script:
- npm run check-prettiness
- npm run lint
- npm run build:prod
- npm run test:setup
Loading

0 comments on commit 45e7b21

Please sign in to comment.