Toru Nagashima

Results 23 issues of 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?

- https://www.npmjs.com/package/npm-lifecycle

evaluating

From https://github.com/mysticatea/npm-run-all/pull/27#issuecomment-193753301

accepted
test

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....

enhancement
core
accepted

**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...

rule
accepted
feature

**Repro** ```JSON { "rules": { "@typescript-eslint/prefer-function-type": "error" } } ``` ```TS export {} declare global { interface Function { (...args: any[]): any } } ``` **Expected Result** No errors because...

bug
package: eslint-plugin
accepting prs

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...

improvement
scoped css

**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...

enhancement
evaluating