eslint-plugin-no-jquery
Code enforcer
A plugin to control and enforce the use of native equivalents in JavaScript code when using jQuery.
Control allowance of certain jQuery functions, and suggest or autofix alternatives.
31 stars
13 watching
8 forks
Language: JavaScript
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nkt/eslint-plugin-es5 | A plugin that helps developers maintain older JavaScript codebase conventions by enforcing strict rules and restrictions. | 54 |
airbnb/eslint-plugin-react-with-styles | An ESLint plugin to enforce coding standards and best practices for React components with styles | 49 |
mozilla/eslint-plugin-no-unsanitized | A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. | 231 |
purely-functional/eslint-plugin-pure | Enforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices. | 29 |
buildo/eslint-plugin-no-loops | A plugin that enforces the avoidance of unnecessary loops in JavaScript code | 126 |
getify/eslint-plugin-proper-arrows | Provides ESLint rules to enforce proper arrow function syntax and prevent common readability issues. | 307 |
nickdeis/eslint-plugin-notice | Enforces copyright notice at the top of JavaScript files and provides a mechanism to fix missing notices | 26 |
javierbrea/eslint-plugin-boundaries | Ensures software architecture boundaries are respected by checking folders and files structure and dependencies | 554 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 118 |
eslint-community/eslint-plugin-promise | Enforces best practices for JavaScript promises to improve code readability and maintainability. | 943 |
mysticatea/eslint-plugin | Provides a set of ESLint configurations and additional rules to enforce coding standards and detect bugs in JavaScript projects. | 26 |
dustinspecker/eslint-plugin-no-use-extend-native | Prevents use of extended native objects in JavaScript code | 56 |
brettz9/eslint-plugin | Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
vitonsky/eslint-plugin-paths | A plugin to enforce consistent path aliasing in TypeScript projects according to the tsconfig or jsconfig file | 64 |
brettz9/eslint-plugin-query | A tool for querying and analyzing JavaScript code to enforce specific syntax rules during linting or ad-hoc inspections. | 5 |