Open atlaschiew opened 9 months ago
If you want esLint to run across your code in one commit, call npx eslint . --fix.
This will run eslint and attempt to fix all possible issues (such as import sorting) that it can.
If you want esLint to run across your code in one commit, call npx eslint . --fix.
This will run eslint and attempt to fix all possible issues (such as import sorting) that it can.