Bump version
This commit is contained in:
2
dist/eslint-init.sh
vendored
Normal file
2
dist/eslint-init.sh
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
echo 'export { default } from "@aet/eslint-rules/default";' > eslint.config.js
|
22
dist/package.json
vendored
22
dist/package.json
vendored
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "@aet/eslint-rules",
|
||||
"version": "2.0.12",
|
||||
"version": "2.0.13",
|
||||
"license": "UNLICENSED",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"eslint-init": "eslint-init.sh",
|
||||
"eslint-install": "install.js",
|
||||
"eslint-print": "print-config.sh"
|
||||
},
|
||||
@ -19,19 +20,20 @@
|
||||
"optionalDependencies": {
|
||||
"@tanstack/eslint-plugin-query": "^5.59.7"
|
||||
},
|
||||
"tsconfig": "./tsconfig.json",
|
||||
"dependencies": {
|
||||
"@antfu/install-pkg": "^0.4.1",
|
||||
"@antfu/install-pkg": "^0.5.0",
|
||||
"@nolyfill/is-core-module": "^1.0.39",
|
||||
"@aet/eslint-define-config": "^0.1.0-beta.36",
|
||||
"@aet/eslint-define-config": "^0.1.0-beta.37",
|
||||
"@eslint/js": "^9.15.0",
|
||||
"@eslint-community/eslint-utils": "^4.4.1",
|
||||
"@eslint-react/eslint-plugin": "1.17.1",
|
||||
"@stylistic/eslint-plugin": "^2.11.0",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
||||
"@typescript-eslint/parser": "^8.15.0",
|
||||
"@typescript-eslint/type-utils": "^8.15.0",
|
||||
"@typescript-eslint/utils": "^8.15.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
||||
"@typescript-eslint/parser": "^8.16.0",
|
||||
"@typescript-eslint/type-utils": "^8.16.0",
|
||||
"@typescript-eslint/utils": "^8.16.0",
|
||||
"aria-query": "^5.3.2",
|
||||
"axe-core": "^4.10.2",
|
||||
"axobject-query": "4.1.0",
|
||||
@ -40,7 +42,7 @@
|
||||
"doctrine": "^3.0.0",
|
||||
"emoji-regex": "^10.4.0",
|
||||
"enhanced-resolve": "^5.17.1",
|
||||
"typescript-eslint": "^8.15.0",
|
||||
"typescript-eslint": "^8.16.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-import-resolver-node": "^0.3.9",
|
||||
"eslint-import-resolver-typescript": "^3.6.3",
|
||||
@ -54,7 +56,7 @@
|
||||
"get-tsconfig": "^4.8.1",
|
||||
"globals": "^15.12.0",
|
||||
"ignore": "^6.0.2",
|
||||
"is-bun-module": "^1.2.1",
|
||||
"is-bun-module": "^1.3.0",
|
||||
"is-glob": "^4.0.3",
|
||||
"language-tags": "^1.0.9",
|
||||
"lodash-es": "^4.17.21",
|
||||
@ -75,4 +77,4 @@
|
||||
"**/is-core-module": "file:./overrides/is-core-module",
|
||||
"**/supports-preserve-symlinks-flag": "file:./overrides/supports-preserve-symlinks-flag"
|
||||
}
|
||||
}
|
||||
}
|
17
dist/tsconfig.json
vendored
Normal file
17
dist/tsconfig.json
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowArbitraryExtensions": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"importsNotUsedAsValues": "error",
|
||||
"jsx": "react-jsx",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"noImplicitOverride": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"strict": true,
|
||||
"stripInternal": true,
|
||||
"target": "ESNext"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user