eslint-plugin-keywords-immutable
Version:
ESLint plugin to disable targeting keyword mutation in JavaScript.
20 lines (19 loc) • 434 B
Plain Text
{
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "es5",
"arrowParens": "avoid",
"endOfLine": "lf",
"bracketSpacing": true,
"bracketSameLine": false,
"requirePragma": false,
"insertPragma": false,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"vueIndentScriptAndStyle": false
}