Skip to content

Commit 24b3956

Browse files
committed
remove extra eslint rules, re-arrange package.json to keep diff tidy
1 parent 40cc76a commit 24b3956

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

packages/feedback/.eslintrc.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,11 @@
66
module.exports = {
77
extends: ['../../.eslintrc.js'],
88
overrides: [
9-
{
10-
files: ['src/**/*.ts', 'src/**/*.tsx'],
11-
rules: {
12-
'@sentry-internal/sdk/no-unsupported-es6-methods': 'off',
13-
},
14-
},
159
{
1610
files: ['jest.setup.ts', 'jest.config.ts'],
1711
parserOptions: {
1812
project: ['tsconfig.test.json'],
1913
},
20-
rules: {
21-
'no-console': 'off',
22-
},
2314
},
2415
],
2516
};

packages/feedback/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
"main": "build/npm/cjs/index.js",
1919
"module": "build/npm/esm/index.js",
2020
"types": "build/npm/types/index.d.ts",
21-
"typesVersions": {
22-
"<4.9": {
23-
"build/npm/types/index.d.ts": [
24-
"build/npm/types-ts3.8/index.d.ts"
25-
]
26-
}
27-
},
2821
"exports": {
2922
"./package.json": "./package.json",
3023
".": {
@@ -38,6 +31,13 @@
3831
}
3932
}
4033
},
34+
"typesVersions": {
35+
"<4.9": {
36+
"build/npm/types/index.d.ts": [
37+
"build/npm/types-ts3.8/index.d.ts"
38+
]
39+
}
40+
},
4141
"publishConfig": {
4242
"access": "public"
4343
},

0 commit comments

Comments
 (0)