Skip to content

Commit

Permalink
Clean up lints
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Oct 4, 2023
1 parent 6ccb1e9 commit 7a27fc8
Show file tree
Hide file tree
Showing 249 changed files with 2,568 additions and 2,012 deletions.
6 changes: 1 addition & 5 deletions @types/@rollup/plugin-commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts"
}
},
"exports": "./dist/index.d.ts",
"types": "dist/index.d.ts"
},
"starbeam": {
Expand Down
6 changes: 3 additions & 3 deletions @types/@rollup/plugin-commonjs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extends": "../../../.config/tsconfig/tsconfig.shared.json",
"compilerOptions": {
"declarationMap": true,
"declarationDir": "../../../dist/types",
"composite": true,
"declaration": true,
"declarationDir": "../../../dist/types",
"declarationMap": true,
"outDir": "../../../dist/packages",
"composite": true,
"types": [
"../../../packages/env.d.ts",
"../../../packages/env.d.ts",
Expand Down
28 changes: 22 additions & 6 deletions @types/@rollup/plugin-node-resolve/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
{
"root": true,
"ignorePatterns": ["node_modules", "dist", "html", "tests"],
"plugins": ["@starbeam"],
"ignorePatterns": [
"node_modules",
"dist",
"html",
"tests"
],
"plugins": [
"@starbeam"
],
"overrides": [
{
"extends": ["plugin:@starbeam/commonjs"],
"files": ["index.d.ts", "src/**/*.d.ts"],
"extends": [
"plugin:@starbeam/commonjs"
],
"files": [
"index.d.ts",
"src/**/*.d.ts"
],
"parserOptions": {
"project": "tsconfig.json"
}
},
{
"extends": ["plugin:@starbeam/json:recommended"],
"files": ["*.json"]
"extends": [
"plugin:@starbeam/json:recommended"
],
"files": [
"*.json"
]
}
]
}
6 changes: 1 addition & 5 deletions @types/@rollup/plugin-node-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts"
}
},
"exports": "./dist/index.d.ts",
"types": "dist/index.d.ts"
},
"starbeam": {
Expand Down
6 changes: 3 additions & 3 deletions @types/@rollup/plugin-node-resolve/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extends": "../../../.config/tsconfig/tsconfig.shared.json",
"compilerOptions": {
"declarationMap": true,
"declarationDir": "../../../dist/types",
"composite": true,
"declaration": true,
"declarationDir": "../../../dist/types",
"declarationMap": true,
"outDir": "../../../dist/packages",
"composite": true,
"types": [
"../../../packages/env.d.ts",
"../../../packages/env.d.ts",
Expand Down
28 changes: 22 additions & 6 deletions @types/ansicolor/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
{
"root": true,
"ignorePatterns": ["node_modules", "dist", "html", "tests"],
"plugins": ["@starbeam"],
"ignorePatterns": [
"node_modules",
"dist",
"html",
"tests"
],
"plugins": [
"@starbeam"
],
"overrides": [
{
"extends": ["plugin:@starbeam/tight"],
"files": ["index.d.ts", "src/**/*.d.ts"],
"extends": [
"plugin:@starbeam/tight"
],
"files": [
"index.d.ts",
"src/**/*.d.ts"
],
"parserOptions": {
"project": "tsconfig.json"
}
},
{
"extends": ["plugin:@starbeam/json:recommended"],
"files": ["*.json"]
"extends": [
"plugin:@starbeam/json:recommended"
],
"files": [
"*.json"
]
}
]
}
6 changes: 1 addition & 5 deletions @types/ansicolor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts"
}
},
"exports": "./dist/index.d.ts",
"types": "dist/index.d.ts"
},
"starbeam": {
Expand Down
6 changes: 3 additions & 3 deletions @types/ansicolor/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extends": "../../.config/tsconfig/tsconfig.shared.json",
"compilerOptions": {
"declarationMap": true,
"declarationDir": "../../dist/types",
"composite": true,
"declaration": true,
"declarationDir": "../../dist/types",
"declarationMap": true,
"outDir": "../../dist/packages",
"composite": true,
"types": [
"../../packages/env.d.ts",
"node",
Expand Down
6 changes: 1 addition & 5 deletions @types/lines-and-columns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts"
}
},
"exports": "./dist/index.d.ts",
"types": "dist/index.d.ts"
},
"starbeam": {
Expand Down
6 changes: 3 additions & 3 deletions @types/lines-and-columns/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extends": "../../.config/tsconfig/tsconfig.shared.json",
"compilerOptions": {
"declarationMap": true,
"declarationDir": "../../dist/types",
"composite": true,
"declaration": true,
"declarationDir": "../../dist/types",
"declarationMap": true,
"outDir": "../../dist/packages",
"composite": true,
"types": [
"../../packages/env.d.ts",
"node",
Expand Down
28 changes: 22 additions & 6 deletions @types/rollup-plugin-polyfill-node/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
{
"root": true,
"ignorePatterns": ["node_modules", "dist", "html", "tests"],
"plugins": ["@starbeam"],
"ignorePatterns": [
"node_modules",
"dist",
"html",
"tests"
],
"plugins": [
"@starbeam"
],
"overrides": [
{
"extends": ["plugin:@starbeam/commonjs"],
"files": ["index.d.ts", "src/**/*.d.ts"],
"extends": [
"plugin:@starbeam/commonjs"
],
"files": [
"index.d.ts",
"src/**/*.d.ts"
],
"parserOptions": {
"project": "tsconfig.json"
}
},
{
"extends": ["plugin:@starbeam/json:recommended"],
"files": ["*.json"]
"extends": [
"plugin:@starbeam/json:recommended"
],
"files": [
"*.json"
]
}
]
}
6 changes: 1 addition & 5 deletions @types/rollup-plugin-polyfill-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts"
}
},
"exports": "./dist/index.d.ts",
"types": "dist/index.d.ts"
},
"starbeam": {
Expand Down
6 changes: 3 additions & 3 deletions @types/rollup-plugin-polyfill-node/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extends": "../../.config/tsconfig/tsconfig.shared.json",
"compilerOptions": {
"declarationMap": true,
"declarationDir": "../../dist/types",
"composite": true,
"declaration": true,
"declarationDir": "../../dist/types",
"declarationMap": true,
"outDir": "../../dist/packages",
"composite": true,
"types": [
"../../packages/env.d.ts",
"../../packages/env.d.ts",
Expand Down
28 changes: 22 additions & 6 deletions @types/shell-escape-tag/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
{
"root": true,
"ignorePatterns": ["node_modules", "dist", "html", "tests"],
"plugins": ["@starbeam"],
"ignorePatterns": [
"node_modules",
"dist",
"html",
"tests"
],
"plugins": [
"@starbeam"
],
"overrides": [
{
"extends": ["plugin:@starbeam/commonjs"],
"files": ["index.d.ts", "src/**/*.d.ts"],
"extends": [
"plugin:@starbeam/commonjs"
],
"files": [
"index.d.ts",
"src/**/*.d.ts"
],
"parserOptions": {
"project": "tsconfig.json"
}
},
{
"extends": ["plugin:@starbeam/json:recommended"],
"files": ["*.json"]
"extends": [
"plugin:@starbeam/json:recommended"
],
"files": [
"*.json"
]
}
]
}
6 changes: 1 addition & 5 deletions @types/shell-escape-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts"
}
},
"exports": "./dist/index.d.ts",
"types": "dist/index.d.ts"
},
"starbeam": {
Expand Down
6 changes: 3 additions & 3 deletions @types/shell-escape-tag/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extends": "../../.config/tsconfig/tsconfig.shared.json",
"compilerOptions": {
"declarationMap": true,
"declarationDir": "../../dist/types",
"composite": true,
"declaration": true,
"declarationDir": "../../dist/types",
"declarationMap": true,
"outDir": "../../dist/packages",
"composite": true,
"types": [
"../../packages/env.d.ts",
"node",
Expand Down
28 changes: 22 additions & 6 deletions @types/shell-split/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
{
"root": true,
"ignorePatterns": ["node_modules", "dist", "html", "tests"],
"plugins": ["@starbeam"],
"ignorePatterns": [
"node_modules",
"dist",
"html",
"tests"
],
"plugins": [
"@starbeam"
],
"overrides": [
{
"extends": ["plugin:@starbeam/commonjs"],
"files": ["index.d.ts", "src/**/*.d.ts"],
"extends": [
"plugin:@starbeam/commonjs"
],
"files": [
"index.d.ts",
"src/**/*.d.ts"
],
"parserOptions": {
"project": "tsconfig.json"
}
},
{
"extends": ["plugin:@starbeam/json:recommended"],
"files": ["*.json"]
"extends": [
"plugin:@starbeam/json:recommended"
],
"files": [
"*.json"
]
}
]
}
6 changes: 1 addition & 5 deletions @types/shell-split/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts"
}
},
"exports": "./dist/index.d.ts",
"types": "dist/index.d.ts"
},
"starbeam": {
Expand Down
Loading

0 comments on commit 7a27fc8

Please sign in to comment.