replace-in-file
Version:
A simple utility to quickly replace text in one or more files.
22 lines (21 loc) • 608 B
Plain Text
{
"preset": "google",
"fileExtensions": [".js"],
"maxErrors": 100,
"excludeFiles": [
"node_modules/**",
"coverage/**"
],
"requireParenthesesAroundIIFE": true,
"requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
"maximumLineLength": 100,
"validateLineBreaks": "LF",
"validateIndentation": 2,
"disallowTrailingComma": true,
"disallowMultipleSpaces": true,
"disallowMultipleVarDecl": "exceptUndefined",
"disallowKeywordsOnNewLine": null,
"disallowSpacesInsideObjectBrackets": null,
"disallowImplicitTypeConversion": ["string"],
"safeContextKeyword": "self"
}