@open-turo/eslint-config-typescript 18.1.0-pr-440.291.1.1 → 18.1.0-pr-440.293.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
/** @import { ConfigWithExtends } from "typescript-eslint" */
|
|
4
4
|
const eslint = require("@eslint/js");
|
|
5
5
|
const tsParser = require("@typescript-eslint/parser");
|
|
6
|
+
const vitestPlugin = require("@vitest/eslint-plugin");
|
|
6
7
|
const importPlugin = require("eslint-plugin-import");
|
|
7
8
|
const jestPlugin = require("eslint-plugin-jest");
|
|
8
9
|
const jsonPlugin = require("eslint-plugin-json");
|
|
@@ -11,7 +12,6 @@ const perfectionistPlugin = require("eslint-plugin-perfectionist");
|
|
|
11
12
|
const prettierPluginRecommended = require("eslint-plugin-prettier/recommended");
|
|
12
13
|
const sonarjsPlugin = require("eslint-plugin-sonarjs");
|
|
13
14
|
const unicornPlugin = require("eslint-plugin-unicorn");
|
|
14
|
-
const vitestPlugin = require("@vitest/eslint-plugin");
|
|
15
15
|
const tseslint = require("typescript-eslint");
|
|
16
16
|
|
|
17
17
|
const FILES_JS = "**/*.?([cm])js";
|
package/package.json
CHANGED
|
Binary file
|