-
A new format for ESLint configuration files is supported since 2022 and will be the default one in version 9. Transitioning to this new configuration file format should be done but once again when our…
-
http://standardjs.com/
I've been using the JS standard style in my packages for a while now. It's a no-semicolon style (hah!), but I've found that it brings quite some amount of sanity. If it's good …
-
standardjs allows spaces or no spaces for object-curlies (https://github.com/standard/eslint-config-standard/blob/master/eslintrc.json#L202). Would it be possible to follow suit for this, too?
-
A bare bones Javascript style guide has been cribbed from Electron. Has anyone any recommendations on a good JS style guide for use in our contributors guide?
-
**What version of this package are you using?**
Latest, v7.0.0
**What operating system, Node.js, and npm version?**
MacOS 10.14.6,
Node.js 10.16.3
Yarn 1.19.0
**What happened?**
In our proj…
-
Since V8.53, ESLint team decided to deprecate all formatting rules. More info can be found on [this official announcement](https://eslint.org/blog/2023/10/deprecating-formatting-rules/).
To keep it…
-
A minimal reproduction is available at the repo [`garygsc/standardjs-regression`, which has two commits](https://github.com/GaryGSC/standardjs-regression/commits/main).
**What version of this packa…
-
**What version of this package are you using?**
v2.1.0
**What operating system, Node.js, and npm version?**
I am getting the same errors on both Arch Linux and Windows
Arch Linux
NodeJS: 18.7.0…
-
When running this, the logs show that things should have been fixed, but files are not being saved.
```javascript
const lintES6Files = function (files) {
if (files.length === 0) return
retur…
-
@feross what do you think in terms of adopting [prettier][] ? The reason I find it appealing is because in the process of adopting [standardjs][] (see browserhtml/browserhtml#1271) we found out that i…