2.12.0 • Published 2 years ago
@cnamts/eslint-config v2.12.0
ESLint Config
ESLint configurations for JavaScript and TypeScript used across our projects.
Installation
To install the package, you need to use yarn or npm:
yarn add @cnamts/eslint-config
# OR
npm install @cnamts/eslint-config
Usage
To use the ESLint configuration, you need to create a .eslintrc.js
file and use the extends
property to reference @cnamts/eslint-config
:
module.exports = {
extends: '@cnamts/eslint-config'
};
To use the TypeScript configuration, you need to reference @cnamts/eslint-config
:
module.exports = {
extends: '@cnamts/eslint-config/typescript'
};
2.12.0
2 years ago
2.11.0
2 years ago
2.10.0
2 years ago
2.9.0
2 years ago
2.9.0-beta.4
2 years ago
2.9.0-beta.3
2 years ago
2.9.0-beta.2
2 years ago
2.9.0-beta.1
2 years ago
2.9.0-alpha.0
2 years ago
2.7.0
3 years ago
2.8.0
3 years ago
2.6.0
3 years ago
2.5.0
3 years ago
2.5.1
3 years ago
2.4.0
3 years ago