Pensano-dev / aura-mobile-app

5 stars 0 forks source link

chore: prettier installed and script for running linter+prettier #71

Closed siqbal181 closed 4 months ago

siqbal181 commented 4 months ago

Now when you run npm run lint:fix it will run

> npx eslint . && npm run prettier-format

Added a rule to ignore a React import requirement when using jsx Rules on prettier and linter are open to edits!