4.1.4 ā€¢ Published 3 years ago

eslint-config-lowmess v4.1.4

Weekly downloads
88
License
MIT
Repository
github
Last release
3 years ago

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"]
    }
  ]
}
4.1.4

3 years ago

4.1.3

3 years ago

4.1.2

3 years ago

4.1.1

3 years ago

4.1.0

3 years ago

4.0.0

4 years ago

3.2.2

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago