UNPKG

ianalyzer

Version:

A versatile code analysis tool for JavaScript, HTML, CSS, Angular, React, Vue, and ES6. iAnalyzer ensures code quality through linting, integrates with Sonar for in-depth analysis, performs npm package security checks, assesses performance, and enhances a

16 lines 255 B
{ "extends": [ "eslint:recommended" ], "plugins": [ "html" ], "parserOptions": { "sourceType": "module", "ecmaVersion": 2015 }, "settings": { "html/indent": "+2", "html/report-bad-indent": "error" } }