Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit 045f201

Browse files
feat: add in immutable plugin for ESLint
1 parent 1321c4d commit 045f201

File tree

7 files changed

+434
-202
lines changed

7 files changed

+434
-202
lines changed

packages/eslint-config-atlauncher/.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"./index.js"
44
],
55
"rules": {
6+
"immutable/no-mutation": "off",
67
"filenames/no-index": "off",
78
"import/unambiguous": "off",
89
"quote-props": ["error", "consistent"]

packages/eslint-config-atlauncher/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const rules = [
1010
// eslint plugins
1111
'./rules/plugin-atlauncher',
1212
'./rules/plugin-eslint-comments',
13+
'./rules/plugin-immutable',
1314
'./rules/plugin-import',
1415
'./rules/plugin-jsx-a11y',
1516
'./rules/plugin-promise',
@@ -21,6 +22,7 @@ module.exports = {
2122
'@atlauncher/atlauncher',
2223
'eslint-comments',
2324
'filenames',
25+
'immutable',
2426
'import',
2527
'jsx-a11y',
2628
'no-empty-blocks',

0 commit comments

Comments
 (0)