0.1.6 • Published 8 months ago

@cncsc/eslint-config v0.1.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

ESLint Shareable Configs

This repository contains the standard ESLint shareable configuration for CNCSC projects.

Referencing this Configuration

You can reference this config by installing the NPM package in your project:

npm install --save-dev @cncsc/eslint-config

Then update the project's .eslintrc.json file to extend this configuration:

For JavaScript projects:

{
  "extends": "@cncsc/eslint-config"
}

For TypeScript projects:

{
  "extends": "@cncsc/eslint-config/typescript"
}

You can overwrite settings defined in this configuration by specifying them in your project's .eslintrc.json.

0.1.4

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.3

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago