-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for Node 4 use to prevent major semver bump
- Loading branch information
Michael Pratt
committed
Nov 29, 2018
1 parent
c821025
commit e400f17
Showing
4 changed files
with
36 additions
and
9 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 |
---|---|---|
@@ -1,8 +1,18 @@ | ||
extends: airbnb-base | ||
plugins: | ||
- import | ||
|
||
parserOptions: | ||
ecmaVersion: 5 | ||
|
||
env: | ||
node: true | ||
browser: false | ||
es6: false | ||
|
||
rules: | ||
no-console: off | ||
func-names: off | ||
max-len: off | ||
no-confusing-arrow: off | ||
object-shorthand: off |
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
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
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