Skip to content

proctorio/eslint-config.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@proctorio/eslint-config

This package provides Proctorio's .eslintrc as an extensible shared config.

Usage

Install the package:

npm install --save-dev eslint@8.52.0 eslint-plugin-belgradian@2.4.3 eslint-plugin-chai-expect@3.0.0 eslint-plugin-jsdoc@46.8.2 eslint-plugin-mocha@10.2.0 eslint-plugin-no-eslint-disable@1.0.1 eslint-plugin-promise@6.1.1 eslint-plugin-tailwindcss@3.13.0 eslint-plugin-unicorn@49.0.0 @proctorio/eslint-config

Add this configuration to your .eslintrc file:

{
    "extends": "@proctorio/eslint-config"
}

OR in your package.json file:

"eslintConfig": {
    "extends": "@proctorio/eslint-config"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published