3.0.1 • Published 8 months ago

@byloth/eslint-config-vue v3.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

ESLint Vue.js configurations ✔

A collection of some common sense linting rules for Vue.js projects.

// eslint.config.mjs

import path from "node:path";
import { fileURLToPath } from "node:url";

/** If you use JS, uncomment this: */
// import eslintJs from "@byloth/eslint-config";

/** If you DON'T use TS, comment this: */
import eslintTs from "@byloth/eslint-config-typescript";

import eslintVue from "@byloth/eslint-config-vue";
import { includeIgnoreFile } from "@eslint/compat";

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const gitignorePath = path.resolve(__dirname, ".gitignore");

/** If you use JS, uncomment this: */
// export default [includeIgnoreFile(gitignorePath), ...eslintJs, ...eslintVue];

/** If you DON'T use TS, comment this: */
export default [includeIgnoreFile(gitignorePath), ...eslintTs, ...eslintVue];
3.0.1

8 months ago

3.0.0

8 months ago

2.8.3

9 months ago

2.8.2

11 months ago

2.8.1

1 year ago

2.8.0

1 year ago

2.7.0

1 year ago

2.6.8

2 years ago

2.6.1

2 years ago

2.6.0

2 years ago

2.6.3

2 years ago

2.6.2

2 years ago

2.6.5

2 years ago

2.6.4

2 years ago

2.6.7

2 years ago

2.6.6

2 years ago

2.5.0

2 years ago

2.5.2

2 years ago

2.5.1

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

1.2.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago