Skip to content

Commit

Permalink
Merge pull request #80 from dabapps/remove-absolute-path-requirement
Browse files Browse the repository at this point in the history
Remove no-relative-parent-import rule
  • Loading branch information
lCharlie123l authored Mar 4, 2022
2 parents 5bea5d5 + efd6eb4 commit 34ae115
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.13.0
16
2 changes: 1 addition & 1 deletion base/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"plugin:import/recommended",
"plugin:prettier/recommended"
],
"plugins": ["prettier", "dabapps"],
"plugins": ["prettier"],
"rules": {
"strict": [2, "global"],
"no-duplicate-imports": [2, { "includeExports": true }],
Expand Down
3 changes: 1 addition & 2 deletions es/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"import/resolver": "webpack"
},
"rules": {
"no-var": 2,
"dabapps/no-relative-parent-import": 2
"no-var": 2
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"eslint": "^7.21.0",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-plugin-dabapps": "^1.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-prettier": "^3.1.2",
Expand Down
1 change: 0 additions & 1 deletion typescript/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@typescript-eslint/type-annotation-spacing": 0,
"@typescript-eslint/no-unused-vars": 2,
"@typescript-eslint/camelcase": 0,
"dabapps/no-relative-parent-import": 2,
"@typescript-eslint/no-unused-expressions": 2,
"@typescript-eslint/no-use-before-define": 2,
"@typescript-eslint/no-shadow": 2
Expand Down

0 comments on commit 34ae115

Please sign in to comment.