update
This commit is contained in:
15
dist/index.d.ts
vendored
15
dist/index.d.ts
vendored
@ -2,16 +2,9 @@
|
||||
|
||||
import { ESLintConfig } from 'eslint-define-config';
|
||||
|
||||
export declare const error = 'error';
|
||||
export declare const warn = 'warn';
|
||||
export declare const off = 'off';
|
||||
export declare function extendConfig({
|
||||
plugins,
|
||||
settings,
|
||||
rules,
|
||||
extends: _extends,
|
||||
overrides,
|
||||
...rest
|
||||
}?: ESLintConfig): ESLintConfig;
|
||||
export declare const error = "error";
|
||||
export declare const warn = "warn";
|
||||
export declare const off = "off";
|
||||
export declare function extendConfig({ plugins, settings, rules, extends: _extends, overrides, ...rest }?: ESLintConfig): ESLintConfig;
|
||||
|
||||
export {};
|
||||
|
3
dist/package.json
vendored
3
dist/package.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aet/eslint-rules",
|
||||
"version": "0.0.1-beta.37",
|
||||
"version": "0.0.1-beta.40",
|
||||
"license": "UNLICENSED",
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.2.2"
|
||||
@ -30,7 +30,6 @@
|
||||
"language-tags": "^1.0.9",
|
||||
"lodash": "^4.17.21",
|
||||
"minimatch": "^9.0.3",
|
||||
"prop-types": "^15.8.1",
|
||||
"resolve": "^2.0.0-next.4",
|
||||
"semver": "^7.5.4",
|
||||
"tsconfig-paths": "^4.2.0"
|
||||
|
Reference in New Issue
Block a user