textlint-ja / textlint-rule-ja-no-abusage

よくある日本語の誤用をチェックするtextlintルール
MIT License
27 stars 6 forks source link

eslintをかけるべきではないか #15

Closed yumetodo closed 5 years ago

yumetodo commented 5 years ago

Typescriptで書いている以上、eslintをかけるべきではないか。

azu commented 5 years ago

ESLintとTypeScriptの機能が被ることが多いので、自分はあんまり併用してないです。 https://github.com/typescript-eslint/typescript-eslint/ がまだ安定してるとは言えないのもあります。(TSLintもほとんど使わない派でした)

このリポジトリにlint-staged+husky+prettierは入れてなかったので入れておきたいです。

package.jsonにいつも入れる設定。

  "prettier": {
    "singleQuote": false,
    "printWidth": 120,
    "tabWidth": 4
  },
yumetodo commented 5 years ago

https://github.com/typescript-eslint/typescript-eslint/ がまだ安定してるとは言えないのもあります。

2ヶ月位前にTypeSciprt開発に正式に使われだしてますし、いい加減安定したと言っていいのでは・・・??

設定項目的に不要というのならそれでもいいと思うのですが。

azu commented 5 years ago

https://github.com/typescript-eslint/typescript-eslint/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Abug+is%3Aissue ESLintに比べるとパーサとかfalse-positive系のバグがあるきがします。 https://github.com/eslint/eslint/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Abug+is%3Aissue

azu commented 5 years ago

自分はあまり興味がないので、このIssueは閉じます。 必要でしたら、Re-openしてPRを送ってください。