Skip to content

snowball1990/eslint-config-kanas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-kanas

This package provides Kanas's JS and Vue .eslintrc (with Vue plugin) as an extensible shared config.

Installation

# npm
npm install eslint @kanas/eslint-config-kanas -D

# yarn
yarn add eslint @kanas/eslint-config-kanas -D

Usage

You can create a file .eslintrc.js in the project root directory,Configuration is as follows:

// .eslintrc.js
module.exports = {
  extends: ["@kanas/eslint-config-kanas"]
};

Further Reading

About

ESLint config for Kanas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published