Skip to content

lad-tech/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this package for?:

To unify the design of ESLint and use it in all related projects

Installation:

yarn add -D eslint prettier jest @lad-tech/eslint-config

Usage

  • Create 2 files .eslintignore and .eslintrc.js

  • All files that do not need to be formatted are added to .eslintignore

It usually consists of the following files/directories:

.idea
ios
android
node_modules
assets
*.md
*.config.js
  • Add to eslintrc.js:
module.exports = {
  extends: [
    '@lad-tech/eslint-config',
  ],
};

About

To unify the design of ESLint and use it in all related projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published