mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-28 18:40:09 +00:00
12 lines
234 B
JSON
12 lines
234 B
JSON
{
|
|
"extends": "google",
|
|
"rules": {
|
|
"no-var": "off",
|
|
"prefer-const": "off",
|
|
"eol-last": ["error", "always"],
|
|
"require-jsdoc": "off",
|
|
"guard-for-in": "off",
|
|
"prefer-rest-params": "off"
|
|
}
|
|
}
|