2.12.0 • Published 10 months ago

@cnamts/eslint-config v2.12.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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

10 months ago

2.11.0

11 months ago

2.10.0

11 months ago

2.9.0

1 year ago

2.9.0-beta.4

1 year ago

2.9.0-beta.3

1 year ago

2.9.0-beta.2

1 year ago

2.9.0-beta.1

1 year ago

2.9.0-alpha.0

1 year ago

2.7.0

2 years ago

2.8.0

1 year ago

2.6.0

2 years ago

2.5.0

2 years ago

2.5.1

2 years ago

2.4.0

2 years ago