-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add eslint files back and remove jshint
- Loading branch information
1 parent
d610db6
commit 8cf126a
Showing
5 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
coverage | ||
dist/ | ||
test/test.thermometer.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"extends": "airbnb", | ||
"rules": { | ||
"react/jsx-filename-extension": [1, { | ||
"extensions": [".js", ".jsx"] | ||
}], | ||
"consistent-return": 0, | ||
"import/newline-after-import": false, | ||
"prefer-destructuring": 0, | ||
"global-require": 0, | ||
"no-console": 0 | ||
}, | ||
"env": { | ||
"jest": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,3 +48,4 @@ dist/ | |
|
||
# Mac DS_Store | ||
.DS_Store | ||
.jshint* |
This file was deleted.
Oops, something went wrong.