Skip to content

RoB8080/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@rob8080/eslint-config

A config mostly used by myself, including recommend extends from JS, TS & Vue, also with some additional rules.

Install

# Yarn
yarn add --dev eslint @rob8080/eslint-config

# NPM
npm install -D eslint @rob8080/eslint-config
  • Also add peer dependencies listed below

Peer Dependencies

package eslint-config -base -ts -vue
eslint@>=7 ✔️ ✔️ ✔️ ✔️
@typescript-eslint/eslint-plugin@>=4.14.0 ✔️ ✔️
@typescript-eslint/parser@>=4.14.0 ✔️ ✔️
eslint-plugin-vue@>=7.4.0 ✔️ ✔️
vue-eslint-parser@>=7.3.0 ✔️ ✔️

Usage

.eslintrc.js

module.exports = {
    // ...
    extends: [
        '@rob8080/eslint-config', // or other package
    ],
    // ...
}

See also:

About

For personal usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published