6.0.0 • Published 8 months ago

@limulus/eslint-config v6.0.0

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

@limulus/eslint-config

My ESLint configuration, based on eslint-config-universe.

Feel free to use for your own projects, but it is entirely subject to my own whims.

Set Up

Add an eslint.config.js:

import config from '@limulus/eslint-config'

export default [
  ...config,
  {
    files: ['**/*.ts', '**/*.tsx', '**/*.d.ts'],
    languageOptions: {
      parserOptions: {
        project: './tsconfig.json'
      }
    }
  }
]

Add a prettier.config.js:

module.exports = {
  ...require('@limulus/eslint-config/prettier'),
}
5.2.0

11 months ago

6.0.0

8 months ago

5.1.0

1 year ago

5.0.0

2 years ago

4.1.0

3 years ago

3.2.1

4 years ago

3.2.0

4 years ago

4.0.0

4 years ago

3.1.1

5 years ago