@kasoa/oxlint-config 0.0.1 → 0.0.2

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.
@@ -1,5 +1,5 @@
1
1
  export declare const base: {
2
- plugins: ("import" | "oxc" | "typescript" | "unicorn" | "vitest")[];
2
+ plugins: ("import" | "oxc" | "typescript" | "unicorn")[];
3
3
  rules: {
4
4
  "default-case-last": "error";
5
5
  eqeqeq: "error";
@@ -1,6 +1,6 @@
1
1
  import { defineConfig } from "oxlint";
2
2
  export const base = defineConfig({
3
- plugins: ["typescript", "unicorn", "oxc", "import", "vitest"],
3
+ plugins: ["typescript", "unicorn", "oxc", "import"],
4
4
  rules: {
5
5
  "default-case-last": "error",
6
6
  eqeqeq: "error",
@@ -2,7 +2,7 @@ import { defineConfig } from "oxlint";
2
2
  import { base } from "../base/index.js";
3
3
  export const node = defineConfig({
4
4
  ...base,
5
- plugins: [...base.plugins, "node"],
5
+ plugins: [...base.plugins, "node", "vitest"],
6
6
  env: {
7
7
  node: true,
8
8
  vitest: true,
@@ -2,7 +2,7 @@ import { defineConfig } from "oxlint";
2
2
  import { base } from "../base/index.js";
3
3
  export const react = defineConfig({
4
4
  ...base,
5
- plugins: [...base.plugins, "react", "jsx-a11y"],
5
+ plugins: [...base.plugins, "react", "jsx-a11y", "vitest"],
6
6
  env: {
7
7
  vitest: true,
8
8
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kasoa/oxlint-config",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Kasoa's Oxlint configurations",
5
5
  "keywords": [
6
6
  "kasoa",
@@ -1,2 +0,0 @@
1
- export { node as default } from "@kasoa/eslint-config/node";
2
- //# sourceMappingURL=eslint.config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"eslint.config.d.ts","sourceRoot":"","sources":["../eslint.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,IAAI,OAAO,EAAE,MAAM,2BAA2B,CAAC"}
@@ -1 +0,0 @@
1
- export { node as default } from "@kasoa/eslint-config/node";
@@ -1,2 +0,0 @@
1
- export { node as default } from "./dist/src/node/index.js";
2
- //# sourceMappingURL=oxlint.config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"oxlint.config.d.ts","sourceRoot":"","sources":["../oxlint.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,IAAI,OAAO,EAAE,MAAM,0BAA0B,CAAC"}
@@ -1 +0,0 @@
1
- export { node as default } from "./dist/src/node/index.js";