Skip to content

ESLint Shareable Config for the O2Team WXAPP Style Guide. Based on eslint-config-o2team.

License

Notifications You must be signed in to change notification settings

o2team/eslint-config-o2team-wx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-o2team-wx Build Status

ESLint Shareable Config for WXAPP based on the O2Team Javascript Style Guide

Installation

$ npm install --save-dev eslint eslint-config-o2team-wx

Usage

eslint-config-o2team-wx

Once the eslint-config-o2team-wx package is installed, you can use it by specifying o2team-wx in the extends section of your ESLint configuration.

{
  "extends": "o2team-wx",
  "rules": {
    // Additional, per-project rules...
  }
}

Or you can specifying eslint-config-o2team-wx in the eslintConfig section of your package.json

{
  "eslintConfig": {
    "extends": "eslint-config-o2team-wx"
  }
}

About

ESLint Shareable Config for the O2Team WXAPP Style Guide. Based on eslint-config-o2team.

Resources

License

Stars

Watchers

Forks

Packages

No packages published