Skip to content
eslint-config / 1.0.0

eslint-config 1.0.0

Install from the command line:
Learn more about npm packages
$ npm install @cargosense/eslint-config@1.0.0
Install via package.json:
"@cargosense/eslint-config": "1.0.0"

About this version

eslint-config

Shareable ESLint configuration.

npm Downloads Build

Installation

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

Usage

Using ECMAScript module (ESM) syntax:

// eslint.config.js
export { default } from "@cargosense/eslint-config";

You may also apply this shared configuration to your project's customized configuration:

// eslint.config.js
import config from "@cargosense/eslint-config";

export default [
  ...config,

  {
    "rules": {
      // …
    },
  },
];

[!TIP] ESLint is extremely customizable. Refer to the documentation for details.

License

eslint-config is freely available under the MIT License.

Details


Assets

  • eslint-config-1.0.0.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0