-
-
Save jhartikainen/7dd4124631fcff66b43f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "env": { | |
| //remove either of the lines below if you don't need it | |
| //enable nodejs environment | |
| "node": 1, | |
| //enable browser environment | |
| "browser": 1 | |
| }, | |
| "globals": { | |
| //place settings for globals here, such as | |
| "exampleGlobalVariable": true | |
| }, | |
| "rules": { | |
| //enable ESLint rules, such as | |
| "eqeqeq": 1 | |
| }, | |
| "plugins": [ | |
| //you can put plugins here | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment