Experience-Monks / nextjs-boilerplate

Jam3 NextJS Generator for SPA, SSG, SSR and JAMStack applications
https://generator.jam3.net/
MIT License
107 stars 18 forks source link

fix: update eslint fixall setting in readme #325

Closed alex-togo closed 3 months ago

alex-togo commented 3 months ago

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

Did you test your solution?

N/A

Problem Description

The current readme suggests using true as the value for "source.fixAll.eslint", which is deprecated. The value should be a string, of one of the following values: always, explicit, never. Explicit will only run this eslint save action when a save is explicitly made. See https://code.visualstudio.com/updates/v1_83#_code-actions-on-save-and-auto-save for more details.

Solution Description

Update readme to use the correct string value.

Side Effects, Risks, Impact

Aditional comments:

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud