UNPKG

eslint-config-impetus-ianalyzer

Version:

Impetus's ESLint config providing styleguide for essential, recommended and Sonar rules profile for Angular, React, Vue, TypeScript and JS projects.

50 lines (49 loc) 1.2 kB
{ "name": "eslint-config-impetus-ianalyzer", "version": "1.0.0", "description": "Impetus's ESLint config providing styleguide for essential, recommended and Sonar rules profile for Angular, React, Vue, TypeScript and JS projects.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/ux-practice/iANALYZER.git" }, "keywords": [ "eslint", "eslintconfig", "impetus", "code analysis", "Sonar", "ECMAScript", "JavaScript", "TypeScript", "Angular", "React", "VUE", "styleguide", "es6", "es2015", "es2016", "es2017", "es2018" ], "author": "Maneesh Thareja", "contributors": [ { "name": "Aanchal Fatwani" } ], "license": "MIT", "bugs": { "url": "https://github.com/ux-practice/iANALYZER/issues" }, "homepage": "https://github.com/ux-practice/iANALYZER.git", "dependencies": { "eslint-plugin-sonarjs": "^0.18.0", "eslint-plugin-sonar": "^0.12.0", "typescript": "^4.9.5", "eslint-plugin-html": "^7.1.0" } }