3.0.1 • Published 8 months ago
@byloth/eslint-config v3.0.1
ESLint JavaScript configurations ✔
A collection of some common sense linting rules for JavaScript projects.
// eslint.config.mjs
import path from "node:path";
import { fileURLToPath } from "node:url";
import eslintJs from "@byloth/eslint-config";
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), ...eslintJs];
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.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.1
4 years ago
1.0.0
4 years ago