0.0.11 • Published 6 months ago

@vpetryniak/eslint-config-base v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

eslint-config

This is opinionated strictest ESLint configuration for TypeScript projects I was able to came up with.

Example using eslint flat config eslint.config.js:

import tsEslint from "typescript-eslint";
import baseConfig from "@vpetryniak/eslint-config-base";

export default tsEslint.config(...baseConfig, {
  languageOptions: {
    parserOptions: {
      project: true,
      tsconfigRootDir: import.meta.dirname,
    },
  },
});
0.0.10

6 months ago

0.0.11

6 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago