3.1.0 • Published 6 months ago
@cargosense/eslint-config v3.1.0
eslint-config
Shareable ESLint configuration.
Installation
npm install --save-dev @cargosense/eslint-configUsage
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.