UNPKG

eslint-config-incredible

Version:
11 lines (10 loc) 230 B
{ "plugins" : [ "security" ], "extends" : [ "plugin:security/recommended" ], "rules" : { "security/detect-non-literal-fs-filename" : 0, "security/detect-object-injection" : 0 } }