@cubejs-backend/linter 1.3.14 → 1.3.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -105,9 +105,7 @@ module.exports = {
|
|
|
105
105
|
'@typescript-eslint/explicit-member-accessibility': 'error',
|
|
106
106
|
'no-shadow': 'off',
|
|
107
107
|
'@typescript-eslint/no-shadow': ['error', { ignoreTypeValueShadow: true }],
|
|
108
|
-
//
|
|
109
108
|
'no-duplicate-imports': 'off',
|
|
110
|
-
'@typescript-eslint/no-duplicate-imports': 'error',
|
|
111
109
|
semi: 'off',
|
|
112
110
|
'@typescript-eslint/semi': 'error',
|
|
113
111
|
},
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@cubejs-backend/linter",
|
|
3
3
|
"description": "Cube.js ESLint (virtual package) for linting code",
|
|
4
4
|
"author": "Cube Dev, Inc.",
|
|
5
|
-
"version": "1.3.
|
|
5
|
+
"version": "1.3.16",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/cube-js/cube.git",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "dd53c38eb2589d655df346ceab9132f923ad0f6c"
|
|
34
34
|
}
|