@alicevia/eslint-config-basic 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -29,6 +29,7 @@ module.exports = {
29
29
  '!.vscode'
30
30
  ],
31
31
  rules: {
32
+ 'import/no-unresolved': 0,
32
33
  'space-before-function-paren': ['error', 'always'],
33
34
  'comma-dangle': [
34
35
  'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicevia/eslint-config-basic",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [