2016-03-28 14:25:22 -07:00
|
|
|
{
|
|
|
|
"rules": {
|
2016-05-27 09:16:46 -07:00
|
|
|
"requireInternalWithUnderscore": true,
|
2016-05-26 15:07:51 -07:00
|
|
|
"duplicateModuleImport": true,
|
2016-06-23 09:46:32 -07:00
|
|
|
"enforce-copyright-header": true,
|
2016-07-13 10:28:11 -07:00
|
|
|
"no-duplicate-variable": true,
|
2016-03-28 14:25:22 -07:00
|
|
|
"semicolon": true,
|
2016-06-08 17:36:29 -07:00
|
|
|
"variable-name": [true, "ban-keywords"]
|
2016-03-28 14:25:22 -07:00
|
|
|
}
|
|
|
|
}
|