1.0.2 • Published 1 year ago
@gluwa/eslint-config-ts v1.0.2
@gluwa/eslint-config-ts
This is the configuration package for ESLint used in Gluwa projects.
Installation
Before you begin, make sure you have the following peer dependencies and a dependency installed:
Peer Dependencies:
- @gluwa/eslint-config-js (1.0.2)
- eslint (^8.52.0)
- eslint-config-standard (^17.1.0)
- eslint-plugin-import (^2.29.0)
- eslint-plugin-n (^16.2.0)
- eslint-plugin-promise (^6.1.1)
- eslint-plugin-react (^7.33.2)
- eslint-plugin-react-hooks (^4.6.0)
- eslint-config-standard-with-typescript (^39.1.0)
- typescript (^5.2.2)
- @typescript-eslint/eslint-plugin (^6.7.4)
- @typescript-eslint/parser (^6.7.4)
You can install them using npm:
npm install @gluwa/eslint-config-ts@1.0.2 @gluwa/eslint-config-js@1.0.2 eslint@8.52.0 eslint-config-standard@17.1.0 eslint-plugin-import@2.29.0 eslint-plugin-n@16.2.0 eslint-plugin-promise@6.1.1 eslint-plugin-react@7.33.2 eslint-plugin-react-hooks@4.6.0 eslint-config-standard-with-typescript@39.1.0 typescript@5.2.2 @typescript-eslint/eslint-plugin@6.7.4 @typescript-eslint/parser@6.7.4 --save-dev
Usage
To use this ESLint configuration in your project, you can extend it in your ESLint configuration file (e.g., .eslintrc.js):
module.exports = {
extends: '@gluwa/eslint-config-ts',
// Additional project-specific rules or overrides can be added here.
};
1.0.2
1 year ago
1.0.1
2 years ago
1.0.0
2 years ago
0.0.31
2 years ago
0.0.30
2 years ago
0.0.29
2 years ago
0.0.28
2 years ago
0.0.27
2 years ago
0.0.26
2 years ago
0.0.25
2 years ago
0.0.24
2 years ago
0.0.21
2 years ago
0.0.20
2 years ago
0.0.19
2 years ago
0.0.18
2 years ago
0.0.17
2 years ago
0.0.16
2 years ago
0.0.15
2 years ago
0.0.14
2 years ago
0.0.13
2 years ago
0.0.12
2 years ago
0.0.11
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago