@limulus/eslint-config

5.0.0 • Public • Published

@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 a .eslintrc.js:

module.exports = {
  "extends": ["@limulus"],
  "overrides": [
    {
      "files": ["*.ts", "*.tsx", "*.d.ts"],
      "parserOptions": { "project": "./tsconfig.json" }
    }
  ]
}

Add a prettier.config.js:

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

Readme

Keywords

none

Package Sidebar

Install

npm i @limulus/eslint-config

Weekly Downloads

3

Version

5.0.0

License

MIT

Unpacked Size

2.89 kB

Total Files

5

Last publish

Collaborators

  • limulus