Toru Nagashima
Toru Nagashima
- [x] The transform option of Node.js API - [ ] Details about --command, --transform
- https://chrome.google.com/webstore/detail/aeolcjbaammbkgaiagooljfdepnjmkfd Just I realized that it's 404. What's happened?
From https://github.com/mysticatea/npm-run-all/pull/27#issuecomment-193753301
From: https://github.com/eslint/eslintrc/pull/20#discussion_r569884691, eslint/eslint#5410 The flat config should provide the way that end-users override the `ignores` setting of shareable configs and ESLint built-ins. ---- In `.eslintignore`, we can use negative patterns....
**Please describe what the rule should do:** The new rule warns `obj && obj.prop`-like notations to suggest `obj?.prop`. **What new ECMAScript feature does this rule relate to?** Optional chaining **What...
**Repro** ```JSON { "rules": { "@typescript-eslint/prefer-function-type": "error" } } ``` ```TS export {} declare global { interface Function { (...args: any[]): any } } ``` **Expected Result** No errors because...
I have questions about ``, `` and [`::slotted` pseudo-element selectors](https://drafts.csswg.org/css-scoping-1/#slotted-pseudo). - Does not Vue.js support CSS scoping spec? - If so, does Vue.js have a plan to support CSS scoping...
**Purpose:** There are recoverable errors in syntax error, e.g. duplicate names, invalid escapes in RegExp, and etc. ESLint stops all linting if it encountered those recoverable errors. However, ESLint should...