Displaying 1 to 20 from 60 results

eslint-config-prettier - Turns off all rules that are unnecessary or might conflict with Prettier.

  •    Javascript

Turns off all rules that are unnecessary or might conflict with Prettier. This lets you use you favorite shareable config without letting its stylistic choices get in the way when using Prettier.




eslint-plugin-shopify - Shopify’s ESLint rules and configs.

  •    Javascript

Shopify’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-config-kentcdodds - ESLint configuration for projects that I do... Feel free to use this!

  •    Javascript

This config also exposes a few other configs that I use often and pull in as needed.Note: I'm not certain why, but sometimes you need to have the associated plugins installed to make things work. I recommend adding them as dependencies to your project if you're going to use the config for it.


eslint-config-angular - ESLint shareable config for Angular plugin

  •    Javascript

Also, need to install eslint-plugin-angular.All options from index.js may be overridden in your .eslintrc file.

eslint-config-future - ESLint Shareable Config for ES5/ES6/ES7 Javascript

  •    Javascript

Most of these settings were based on best-practices widely followed within the Javascript community, as well as some Symfony2 PHP conventions that greatly enhance readability.All tests are ran against the examples/ directory.

eslint-config-formidable - A set of default eslint configurations from Formidable

  •    Javascript

This project is based on eslint-config-walmart. It is eslint@2+-compatible and maintained by Formidable.To consume and extend a config in ESLint just add the extends attribute to your .eslintrc. For more details about how shareable configs work, see the ESLint documentation.

eslint-config-axway - Shareable eslint config for Axway projects

  •    Javascript

Axway JavaScript coding standards shareable config for eslint.There are several ways to incorporate this eslint configuration into your project.

eslint-config-standard-jsx - ESLint Shareable Config for JSX support in JavaScript Standard Style

  •    Javascript

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.This Shareable Config adds extra JSX style rules to the baseline JavaScript Standard Style rules provided in eslint-config-standard. It doesn't assume that you're using React, so other virtual DOM libraries like virtual-dom and deku are supported.

eslint-engine - Check JavaScript syntax using eslint

  •    Javascript

eslint-engine is a streamlined way to use eslint in your project. Just type eslint-check and you're done.Convenient: eslint-engine checks all the JS files in your project while ignoring some common ignorables. It can also be ran as a global command, unlike eslint.

eslint-config-ember - Linting defaults to match Ember

  •    Javascript

This config is designed to have everything enabled but still be as close to 'normal' Ember development as possible whist also being strict so rules are disable only rather than disable and enable. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

eslint-config-hapi - Shareable ESLint config for the hapi ecosystem

  •    Javascript

ESLint will automatically insert the eslint-config-, so technically, you can just write "extends": "hapi". Note: eslint-plugin-hapi is a plugin containing custom hapi linting rules. It is a peer dependency because of the way ESLint handles shareable configs that include plugins and custom rules (see eslint/eslint#3458 and eslint/eslint#2518 for more background).






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.