Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a11e3f

Browse files
committed
Bump packages to fix linter
1 parent ed9506b commit 0a11e3f

File tree

6,063 files changed

+378073
-306105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,063 files changed

+378073
-306105
lines changed

.eslintrc.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"rules": {
1717
"filenames/match-regex": ["error", "^[a-z0-9-]+(\\.test)?$"],
1818
"i18n-text/no-en": "off",
19-
"import/extensions": "error",
19+
"import/extensions": ["error", {
20+
// Allow importing JSON files
21+
"json": {}
22+
}],
2023
"import/no-amd": "error",
2124
"import/no-commonjs": "error",
2225
"import/no-dynamic-require": "error",
@@ -55,5 +58,13 @@
5558
"func-style": "off",
5659
"sort-imports": "off"
5760
}
58-
}]
61+
}],
62+
"settings": {
63+
"import/resolver": {
64+
"node": {
65+
"moduleDirectory": ["node_modules", "src"]
66+
},
67+
"typescript": {}
68+
}
69+
}
5970
}

node_modules/.bin/browserslist

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/browserslist-lint

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/is-docker

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)