colors.js/.eslintrc.json

12 lines
234 B
JSON
Raw Normal View History

{
"extends": "google",
"rules": {
"no-var": "off",
"prefer-const": "off",
"eol-last": ["error", "always"],
"require-jsdoc": "off",
"guard-for-in": "off",
"prefer-rest-params": "off"
}
}