Skip to content

Commit

Permalink
updated: use our official eslint config file
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed May 6, 2017
1 parent 179bdd8 commit 2a05650
Show file tree
Hide file tree
Showing 8 changed files with 6,448 additions and 5,936 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "eslint-config-riot",
"rules": {
"no-bitwise": "off"
}
}
162 changes: 0 additions & 162 deletions .eslintrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build: eslint

eslint:
# check code style
@ $(ESLINT) -c ./.eslintrc.yml src
@ $(ESLINT) -c ./.eslintrc.json src

test-karma:
@ $(KARMA) start test/karma.conf.js
Expand Down

0 comments on commit 2a05650

Please sign in to comment.