mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
48 lines
1.6 KiB
Plaintext
48 lines
1.6 KiB
Plaintext
{
|
|
"extends": "wix-editor/node",
|
|
"plugins": ["lodash3", "wix-editor"],
|
|
"rules": {
|
|
"no-var": 0,
|
|
"object-shorthand": 0,
|
|
"prefer-arrow-callback": 0,
|
|
"prefer-const": 0,
|
|
"prefer-spread": 0,
|
|
"prefer-template": 0,
|
|
|
|
"no-restricted-syntax": [2, "WithStatement", "ContinueStatement", "ForStatement"],
|
|
"no-negated-condition": 1,
|
|
"lodash3/prop-shorthand": 2,
|
|
"lodash3/matches-shorthand": [2, "always", 3],
|
|
"lodash3/matches-prop-shorthand": 2,
|
|
"lodash3/prefer-chain": 2,
|
|
"lodash3/preferred-alias": 2,
|
|
"lodash3/no-single-chain": 2,
|
|
"lodash3/prefer-reject": [2, 3],
|
|
"lodash3/prefer-filter": [2, 3],
|
|
"lodash3/no-unnecessary-bind": 2,
|
|
"lodash3/unwrap": 2,
|
|
"lodash3/prefer-compact": 2,
|
|
"lodash3/no-double-unwrap": 2,
|
|
"lodash3/prefer-map": 2,
|
|
"lodash3/prefer-wrapper-method": 2,
|
|
"lodash3/prefer-invoke": 2,
|
|
"lodash3/prefer-thru": 2,
|
|
"lodash3/prefer-lodash-chain": 2,
|
|
"lodash3/prefer-lodash-method": 0,
|
|
"lodash3/prefer-lodash-typecheck": 2,
|
|
"lodash3/no-commit": 2,
|
|
"lodash3/prefer-get": [2, 3],
|
|
"lodash3/collection-return": 2,
|
|
"lodash3/prefer-matches": 2,
|
|
"lodash3/prefer-times": 2,
|
|
|
|
"wix-editor/augmented-assignment": 1,
|
|
"wix-editor/no-not-not": 1,
|
|
"wix-editor/no-unneeded-match": 1,
|
|
"wix-editor/prefer-filter": 1,
|
|
"wix-editor/prefer-ternary": 1,
|
|
"wix-editor/return-boolean": 1,
|
|
"wix-editor/simplify-boolean-expression": 1
|
|
}
|
|
}
|