1.1.4 • Published 1 year ago

@joengsh/eslint-config-react v1.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

eslint-config

install

npx install-peerdeps --dev @joengsh/eslint-config-react
# noted: only install prettier when using cra
yarn add -D eslint-config-prettier prettier @joengsh/eslint-config-react

setup

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

// when using cra

module.exports = {
  extends: ["@joengsh/eslint-config-react/cra"],
};

usage

{
  // ...
  "scripts":{
    // ...other scripts
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "lint-fix": "eslint --fix . --ext .js,.jsx,.ts,.tsx"
  }
}
1.1.1

1 year ago

1.1.0

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago