0.0.7 • Published 3 years ago

nohands v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

NoHand 🚀

Save time configuring ESLint and Prettier on react with this tool you can do it very simply and easily, using only one command without having to configure files manually

usage

# -- Navigate to the dir  project
cd project

# -- And run!
npx nohands

ESLint and Prettier 🛠️

Content of configuration files

.eslintignore

build/*
!build/index.js

.prettierignore

build
package-lock.json
tailwind.config.js

Rules and extended config

rule:{
  ...
  "react/prop-types": "off",
  "react/react-in-jsx-scope": "off",
}
extend:[
    ...
    "eslint-config-prettier"
]

Features ✨

  • Install eslint and prettier zero manual config

TODO 👨‍💻

  • Add Husky
  • Add test
  • Refactoring to typescript
0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago