タグ Pluggable JavaScript linter
人気順 5 users 50 users 100 users 500 users 1000 usersESLint now officially supports linting of JSON and Markdown - ESLint - Pluggable JavaScript Linter
Back in July we announced our plan for ESLint going forward. Part of that announcement discussed transitioning ESLint to be a more general-purpose linter that is capable of linting any language. A lot of the core functionality of ESLint (finding files, parsing then, reporting problems) is generic... 続きを読む
Deprecation of formatting rules - ESLint - Pluggable JavaScript Linter
In ESLint v8.53.0, scheduled to be released on Friday, November 3, 2023, we will formally deprecate our formatting rules. Formatting rules are those rules that simply enforce code conventions around spacing, semicolons, string formats, etc. For a variety of reasons, which are discussed in this po... 続きを読む
The future of TypeScript on ESLint - ESLint - Pluggable JavaScript linter
The future of TypeScript on ESLint A couple of weeks ago, the TypeScript team shared their roadmap in which they described formally adopting ESLint in their repo and working to improve TypeScript compatibility for ESLint: Linting Semantic rules in ESLint Parity with TSLint Speed & scalability Edi... 続きを読む
Postmortem for Malicious Packages Published on July 12th, 2018 - ESLint - Pluggable JavaScript linter
Postmortem for Malicious Packages Published on July 12th, 2018 Summary On July 12th, 2018, an attacker compromised the npm account of an ESLint maintainer and published malicious versions of the eslint-scope and eslint-config-eslint packages to the npm registry. On installation, the malicious pac... 続きを読む