This commit is contained in:
Alex
2023-10-04 17:52:39 -04:00
parent 8a07010f29
commit 91bbcba2e8
11 changed files with 53 additions and 24 deletions

15
dist/index.d.ts vendored
View File

@ -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
View File

@ -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"