mirror of
https://github.com/google/material-design-lite.git
synced 2024-11-10 11:53:35 +03:00
25 lines
627 B
Plaintext
25 lines
627 B
Plaintext
{
|
|
"preset": "google",
|
|
"disallowSpacesInAnonymousFunctionExpression": null,
|
|
"validateLineBreaks": "LF",
|
|
"validateIndentation": 2,
|
|
"excludeFiles": ["node_modules/**"],
|
|
"maximumLineLength": 130,
|
|
"validateQuoteMarks": "'",
|
|
"requireDotNotation": false,
|
|
"requireCamelCaseOrUpperCaseIdentifiers": null,
|
|
"additionalRules": ["utils/jscs-rules/*.js"],
|
|
"closureCamelCase": true,
|
|
"jsDoc": {
|
|
"checkAnnotations": {
|
|
"preset": "closurecompiler",
|
|
"extra": {
|
|
"type": true,
|
|
"suppress": true
|
|
}
|
|
},
|
|
"checkTypes": "strictNativeCase",
|
|
"enforceExistence": "exceptExports"
|
|
}
|
|
}
|