0.5.0 • Published 10 months ago

@mcous/eslint-config v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@mcous/eslint-config

My common ESLint configuration.

Install

pnpm add --save-dev eslint typescript @mcous/eslint-config

Usage

Use the base config for vanilla JavaScript / TypeScript projects. Be sure to add your root directory to languageOptions.parserOptions.tsconfigRootDir

// eslint.config.js
import baseConfig from '@mcous/eslint-config'

export default [
  ...baseConfig,
  {
    languageOptions: {
      parserOptions: {
        tsconfigRootDir: import.meta.dirname,
      },
    },
  },
]
0.5.0

10 months ago

0.4.4

1 year ago

0.4.3

1 year ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.4.1

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.4.2

2 years ago

0.3.3

2 years ago

0.1.0

2 years ago