mirror of
https://github.com/kiteco/vscode-plugin.git
synced 2024-11-05 02:08:46 +03:00
b64cd9fe98
* Update eslint to use recommended config * Update CompletionItemProvider trigger character implementation
13 lines
226 B
JSON
13 lines
226 B
JSON
{
|
|
"extends": "eslint:recommended",
|
|
"env": {
|
|
"browser": false,
|
|
"commonjs": true,
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"max-len": "warn",
|
|
"semi": "error"
|
|
}
|
|
} |