gia-cli
Version:
Guardian US Interactive CLI tool
22 lines (21 loc) • 432 B
Plain Text
{
"rules": {
"indent": [ 2, "tab" ],
"quotes": [ 2, "single" ],
"linebreak-style": [ 2, "unix" ],
"semi": [ 2, "always" ]
},
"env": {
"es6": true,
"browser": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"plugins": [ "html" ],
"globals": {
"component": true
}
}