26.0.0 • Published 1 year ago

eslint-config-tc v26.0.0

Weekly downloads
2,915
License
MIT
Repository
github
Last release
1 year ago

eslint-config-tc

ESLint shareable config for JavaScript projects

license npm ci Dependency Status devDependency Status

What is eslint-config-tc?

Shared configuration for ESLint. Follow the instructions below to easily include this configuration in another project without having to duplicate the file.

How do I install it?

First thing first, let's make sure you have the necessary pre-requisites.

System Dependencies

Node

Command

npx install-peerdeps --dev eslint-config-tc

eslint, eslint-plugin-import, eslint-plugin-jest, eslint-plugin-prettier, eslint-plugin-unicorn, and prettier are peer dependencies and must be installed.

Usage

Add the following to your .eslintrc.json file:

{
  "extends": "eslint-config-tc"
}

If you need to override a rule, your .eslintrc.json file should look like the example below. All shared rules will be used, but eqeqeq will be turned off.

{
  "extends": "eslint-config-tc",
  "rules": {
    "eqeqeq": "off"
  }
}

Contributing

Please see CONTRIBUTING.md.

Release History

Please see CHANGELOG.md.

License

Copyright (c) 2016-2023 Thomas Lindner. Licensed under the MIT license.

26.0.0

1 year ago

25.0.0

1 year ago

23.0.0

2 years ago

24.1.0

2 years ago

24.0.0

2 years ago

22.2.0

3 years ago

22.1.0

3 years ago

22.0.0

3 years ago

21.0.0

4 years ago

20.0.0

4 years ago

19.3.0

4 years ago

19.0.0

4 years ago

19.2.0

4 years ago

19.1.0

4 years ago

18.1.0

4 years ago

18.0.0

4 years ago

17.0.0

4 years ago

16.4.0

5 years ago

16.3.1

5 years ago

16.3.0

5 years ago

16.2.0

5 years ago

16.1.0

5 years ago

16.0.0

5 years ago

15.0.0

5 years ago

14.0.0

5 years ago

13.0.2

5 years ago

13.0.0

5 years ago

13.0.1

5 years ago

12.1.0

5 years ago

12.0.0

5 years ago

11.0.0

5 years ago

10.0.1

6 years ago

10.0.0

6 years ago

9.0.0

6 years ago

8.2.0

6 years ago

8.1.0

6 years ago

8.0.1

6 years ago

8.0.0

6 years ago

7.0.0

6 years ago

6.5.0

6 years ago

6.4.0

6 years ago

6.4.0-beta.0

6 years ago

6.3.0

6 years ago

6.2.0

6 years ago

6.1.0

6 years ago

6.0.0

6 years ago

5.2.0

6 years ago

5.1.0

7 years ago

5.0.1

7 years ago

5.0.0

7 years ago

4.2.0

7 years ago

4.1.0

7 years ago

4.0.0

7 years ago

3.2.0

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.4.0

7 years ago

2.3.0

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago