2016-03-28 17:25:22 -04:00
|
|
|
{
|
|
|
|
"rules": {
|
2016-05-27 12:16:46 -04:00
|
|
|
"requireInternalWithUnderscore": true,
|
2016-05-26 18:07:51 -04:00
|
|
|
"duplicateModuleImport": true,
|
2016-06-23 12:46:32 -04:00
|
|
|
"enforce-copyright-header": true,
|
2016-03-28 17:25:22 -04:00
|
|
|
"semicolon": true,
|
2016-06-08 20:36:29 -04:00
|
|
|
"variable-name": [true, "ban-keywords"]
|
2016-03-28 17:25:22 -04:00
|
|
|
}
|
|
|
|
}
|