1.0.3 • Published 5 months ago

eslint-prettier-config-optima-apps v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago
  1. Delete all your ESLint and Prettier configurations.
  2. Run the following command to install the package: npm i eslint-prettier-config-optima-apps
  3. Create a file named eslint.config.js and add the following code:
  1. Add the following lines to the scripts section of your package.json file:
  • "scripts": { "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write ." },
  1. In your code editor, set eslint.config.js as the ESLint configuration file.
  2. Happy coding! 🚀
1.0.2

5 months ago

1.0.1

5 months ago

1.1.0

5 months ago

1.0.3

5 months ago

1.0.0

6 months ago