Skip to content

Latest commit

 

History

History

linters

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Linters

In order to utilize the linters provided by this repo, you can use the following commands to import settings into your project.

helps developers define and maintain consistent coding styles between different editors and IDEs."

.editorconfig

The pluggable linting utility for JavaScript and JSX

npm install --save-dev eslint eslint-plugin-import @webex/eslint-config-base

For Projects Using React

npm install --save-dev eslint-plugin-react eslint-plugin-jsx-a11y @webex/eslint-config-react

ESLint Base Config

Use this file as a starting point for your project's .eslintrc. Download this file, and add rule overrides as needed.

A mighty, modern CSS linter and fixer that helps you avoid errors and enforce consistent conventions in your stylesheets.

.stylelintrc.yml

A Node.js style checker and lint tool for Markdown/CommonMark files.

.markdownlint.json