@cruglobal/eslint-config-cru
v1.0.3
Published
Eslint configuration for Cru TS projects.
Readme
eslint-config-cru
This is an ESLint configuration package designed to provide a set of coding standards and rules for Cru TS projects.
Installation
To install the package, run the following command:
npm install @cruglobal/eslint-config-cru --save-devUsage
To use this ESLint configuration in your project, create an .eslintrc.js file in the root of your project and extend the configuration:
module.exports = {
extends: ['@cruglobal/eslint-config-cru'],
};Customization
You can customize the ESLint rules by adding your own rules in the .eslintrc.js file:
module.exports = {
extends: ['@cruglobal/eslint-config-cru'],
rules: {
// Your custom rules
},
};License
This project is licensed under the MIT License.
