Static AST checker for accessibility rules on JSX elements. Ryan Florence built out this awesome runtime-analysis tool called react-a11y. It is super useful. However, since you're probably already using linting in your project, this plugin comes for free and closer to the actual development process. Pairing this plugin with an editor lint plugin, you can bake accessibility standards into your application in real-time.
eslint aria a11y accessibility jsx react eslintplugin eslint-pluginInstall ESLint either locally or globally. If you installed ESLint globally, you have to install React plugin globally too. Otherwise, install it locally.
eslint react lint ecmascript development eslint-plugin eslintpluginThis plugin intends to support linting of ES2015+ (ES6+) import/export syntax, and prevent issues with misspelling of file paths and import names. All the goodness that the ES2015+ static module syntax intends to provide, marked up in your editor. IF YOU ARE USING THIS WITH SUBLIME: see the bottom section for important info.
eslint-plugin eslint eslintplugin es6 jsnext modules import exportThe following sections will give you an overview of what this project is, why it exists and how it works at a high level. It is very important that you are familiar with these concepts before reporting issues, so please read them and let us know if you have any feedback.
typescript eslint eslint-plugin tslint eslintplugin pluginESLint rules for your angular project with checks for best-practices, conventions or potential errors.This repository will give access to new rules for the ESLint tool. You should use it only if you are developing an AngularJS application.
eslint-plugin angularjs eslint eslintplugin angular angular-componentRuns Prettier as an ESLint rule and reports differences as individual ESLint issues. ./node_modules/.bin/eslint --format codeframe pkg/commons-atom/ActiveEditorRegistry.js (code from nuclide).
eslint-plugin prettier eslint eslintpluginConfigure it in package.json. This plugin exports a recommended configuration that enforces good practices.
eslint plugin eslint-plugin eslintplugin fp function functional programming lodash ramda monad immutable functions method methodsReact Native specific linting rules for ESLint. This repository is structured like (and contains code from) the excellent eslint-plugin-react. Install ESLint either locally or globally.
eslint-plugin react-native npm eslint eslintplugin reactNote: It recommends a use of the "engines" field of package.json. The "engines" field is used by node/no-unsupported-features/* rules. eslint-plugin-node follows semantic versioning and ESLint's Semantic Versioning Policy.
ecmascript eslint eslint-plugin node nodejs static-code-analysis npm npm-module npm-package coding-style eslintplugin shebang file path import requireAn eslint plugin companion to babel-eslint. babel-eslint does a great job at adapting eslint for use with Babel, but it can't change the built in rules to support experimental features. eslint-plugin-babel re-implements problematic rules so they do not give false positives or negatives.Finally enable all the rules you would like to use (remember to disable the original ones as well!).
babel-eslint eslint babel eslint-plugin eslintpluginEnforce best practices for JavaScript promises. Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-promise globally.
eslint eslintplugin eslint-plugin promise promisesESLint rule to disallow unsanitized code
security eslint-plugin eslint eslintplugin lint sanitize innerhtmlShopify’s ESLint rules and configs.Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-shopify globally.
eslint eslintconfig eslintplugin eslint-config eslint-pluginESLint plugin for react-with-styles.
eslint react react-with-styles eslint-plugin eslintpluginAn ESLint plugin that allows you to lint the content of <script> tags in arbitrary text.Unlike eslint-plugin-html, which parses HTML to find <script>s, this plugin uses a regular expression.
eslint eslintpluginYou might want to check out XO, which includes this plugin.Configure it in package.json.
unicorns eslint-rules eslint-plugin eslint eslint-config linting-rules xo nodejs eslintplugin unicorn linter lint styleESLint plugin to prevent use of extended native objects
eslint eslintplugin extend native prototypeCustom ESLint rules for the WordPress.com Calypso project.Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-wpcalypso globally.
eslint eslintplugin eslint-pluginBy default, no rules are enabled. See the next section for more. This plugin exports a recommended configuration that enforces good practices.
eslint eslint-plugin eslintplugin jasmine
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.