First commit.
This commit is contained in:
19
snippets/json-mode/eslintConfig
Normal file
19
snippets/json-mode/eslintConfig
Normal file
@ -0,0 +1,19 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: eslintConfig
|
||||
# key: eslint
|
||||
# uuid: eslint
|
||||
# condition: (equal (file-name-nondirectory buffer-file-name) "package.json")
|
||||
# --
|
||||
"eslintConfig": {
|
||||
"env": {
|
||||
"es6": true,
|
||||
"browser": true,
|
||||
"commonjs": true,
|
||||
"node": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user