3.0.1 • Published 8 months ago

@byloth/eslint-config-nuxt v3.0.1

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

ESLint Nuxt.js configurations ✔

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

// eslint.config.mjs

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

import eslintNuxt from "@byloth/eslint-config-nuxt";
import { includeIgnoreFile } from "@eslint/compat";

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

export default [includeIgnoreFile(gitignorePath), ...eslintNuxt];
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