@admc.com/eslint-plugin-sn
Version:
ESLint plugin for ServiceNow scriptlets
13 lines (12 loc) • 465 B
JSON
/* N.b. this file is used by 'snLint'.
* It would not be honored by 'eslint' directly unless you use the -c switch.
* Override settings must specify source files with path format
* 'TABLENAME/BASENAME.js' or 'TABLENAME/ALTSCOPE/BASENAME.js'.
* Example: "sys_script/global/sane.js"
* Use snLint's -d switch can be used to display the generated pseudo path.
*/
{
"root": true,
"plugins": ["@admc.com/sn"],
"extends": ["plugin:@admc.com/sn/servicenow"]
}