eslint-config-lowmess

4.1.4 • Public • Published

This is my ESLint config. It is meant to be used with Prettier and prettier-config-lowmess. As such, any conflicting stylistic rules have been disabled.

🌮

Usage in mixed JS & TS environments

Annoyingly, including an override for .ts files in the base config means any project that uses it needs to install TypeScript as a dependency. Boo.

{
  "extends": ["lowmess"],
  "overrides": [
    {
      "files": ["**/*.ts?(x)"],
      "extends": ["lowmess/typescript"]
    }
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-lowmess

Weekly Downloads

21

Version

4.1.4

License

MIT

Unpacked Size

13 kB

Total Files

10

Last publish

Collaborators

  • lowmess