-
# Enhancement: Extend Linter OR Add Prettier
Currently, the app contains an `.eslintrc.js` file with some basic rules and options.
If future lint rules are not forecast to include dynamic code, …
-
**Issue by [sr229](https://github.com/sr229)**
_Thursday Feb 16, 2017 at 08:24 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/13106_
----
ESLint is one of the most well-known J…
-
projects like [`eslint_d`](https://github.com/mantoni/eslint_d.js) & [`prettier_d_slim`](https://github.com/mikew/prettier_d_slim) & [`stylelint_d`](https://github.com/jo-sm/stylelint_d) allow running…
-
For the moment our JavaScript styleguide exists implicitly and can only be inferred from reading our source code. The `eslint` config that we use in our projects covers the most essential parts of the…
aqrln updated
7 years ago
-
### What kind of issue is this?
- [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing or u…
-
I used to be a long-time Eslint+Prettier user. I was honestly trying to learn to like Standard that we are using in our repos, but I am frustrated about many papercuts:
- Most importantly, Standard d…
-
### ESLint version
9.13.0
### What problem do you want to solve?
When `lib/linter/report-translator.js` throws an `AssertionError`, it doesn't explicitly indicate which file is being linted. You in…
-
这个 Issue 列出正式开发前待讨论/待解决的问题:
- [x] CSS 预处理/后处理:LESS 好了
- [x] CSS linter?
- [x] 贡献指南 https://github.com/bangumi/frontend/pull/26
- [x] Mock 框架:msw
- [x] 使用 husky / 配合 husky,增加 eslint、commitlint
…
-
**Describe the bug**
After upgrading to the latest versions of ESlint & Prettier which has new rules set, specially large number of multiple class on an element now gets formatted one per line.
``…
-
When I ran into #48, it hit me that maybe it is time for this linter to support a common feature from other linters: the ability to add a magic comment to ignore validating the next line (or block, or…