@comms-core/linting
v1.1.8
Published
The package createed by TUMO's Communications and PR's web team for custom linting rules. [Comms-Core](https://www.npmjs.com/package/@comms-core/linting)
Downloads
28
Maintainers
Readme
Comms-Core/Linting
The package createed by TUMO's Communications and PR's web team for custom linting rules. Comms-Core
Installation
npm i @comms-core/lintingFor NextJS Update next.gonfig.* file and add the following command
eslint: {
ignoreDuringBuilds: true,
},Patch Notes
1.0.0
- Adds check for variables, functions, methods adn parametrs be in snake_case
- Classes in StrictPascalCase
1.0.1 - 1.0.3
- Bug Fix
1.0.6
- Add comms-lint script in package.json
1.0.7
- Bug Fix
1.1.0
- Add Linting for CSS/SCSS
1.1.1
- Updated package.json after uninstall
1.1.2 - 1.1.7
- Bug Fix
