@jpapini/eslint-config-typescript
Shared ESLint TypeScript configuration for JavaScript projects.
Shared ESLint TypeScript configuration for JavaScript projects.
CLI linter for Cadence projects
Profile Scripting Language Linter
Profile Scripting Language Linter
Shareable configurations for JavaScript and TypeScript projects based on Google style guides.
[@Redocly](https://redocly.com) CLI is your all-in-one OpenAPI utility. It builds, manages, improves, and quality-checks your OpenAPI descriptions, all of which comes in handy for various phases of the API Lifecycle. Create your own rulesets to make API g
:nail_care: Run eslint only in the changed parts of the code
Various awesome ESLint rules
Opinionated stylelint configurations for CSS development.
Azure OpenAPI Validator
Azure OpenAPI ARM Validator
eslint-plugin-hub is a powerful, flexible ESLint plugin that provides a curated set of rules to enhance code readability, maintainability, and prevent common errors. Whether you're working with vanilla JavaScript, TypeScript, React, or Angular, eslint-plu
Checks missing keys in your locales files
Sharable ESLint config for React
Sharable ESLint config for typescript
Eslint rules for nestjs projects
AutoLinter is a simple tool for automatically linting and fixing your code. It allows you to define custom linting rules that can automatically detect and correct common code issues.
ESLint and Prettier configurator
Matchlayer's ESLint base configuration
## Usage ``` $ npm install @mate-academy/html-lint ``` next ``` $ npx @mate-academy/html-lint ``` ## Config file name - `.html-lintrc.json` ```json { "ignore": [ "node_module", "**/test/*.html", ], "rules": { "rule-id": true } }