Skip to content

Commit

Permalink
feat(tool): added tool into featurelist, config setup for text
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Shrma committed Nov 10, 2020
1 parent 527af96 commit 14ad52d
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "ng build",
"build:prod": "ng build --prod",
"lint": "eslint --color -c .eslintrc --ext .ts .",
"test": "ng lint && ng test --configuration=test",
"test": "npm run lint && ng test --configuration=test",
"watch": "ng test --configuration=test --browsers ChromeHeadless --watch --reporters dots",
"e2e": "ng e2e",
"e2e:ci": "ng e2e",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,12 @@ export const features: Feature[] = [
description: 'anms.features.lazyloading.description',
documentation:
'https://angular.io/guide/router#lazy-loading-route-configuration'
},
{
name: 'Eslint',
version: env.versions.eslint,
description: 'anms.features.eslint',
github: 'https://github.com/eslint/eslint',
documentation: 'https://eslint.org/docs/user-guide/getting-started'
}
];
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"anms.features.themes.title": "Themen",
"anms.features.title": "Features",
"anms.features.typescript": "Überlegene Entwickler Erfahrung, Code-Vervollständigung, Refaktorierung und weniger Bugs",
"anms.features.eslint": "ESLint dient zur Identifizierung problematischer Muster in JavaScript- und Typescript-Code",
"anms.footer.changelog": "Changelog anzeigen",
"anms.header.github": "Projekt Github-Repository",
"anms.menu.about": "Über",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"anms.features.themes.title": "Themes",
"anms.features.title": "Features",
"anms.features.typescript": "Superior developer experience, code completion, refactoring and less bugs",
"anms.features.eslint": "ESLint is for identifying problematic patterns found in JavaScript and Typescript code",
"anms.footer.changelog": "Show changelog",
"anms.header.github": "Project Github Repository",
"anms.menu.about": "About",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"anms.features.themes.title": "Temas",
"anms.features.title": "Características",
"anms.features.typescript": "Experiencia superior de desarrollador, completado de código, refactorización y menos errores",
"anms.features.eslint": "ESLint es para identificar patrones problemáticos encontrados en código JavaScript y TypeScript",
"anms.footer.changelog": "Mostrar historial de cambios",
"anms.header.github": "Repositorio del Proyecto en Github",
"anms.menu.about": "Acerca",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"anms.features.themes.title": "Thèmes",
"anms.features.title": "Fonctionnalités",
"anms.features.typescript": "Expérience de développement supérieure, achèvement du code, refactoring et réduction des bogues",
"anms.features.eslint": "ESLint sert à identifier les modèles problématiques trouvés dans le code JavaScript et Typecript",
"anms.footer.changelog": "Afficher le journal des changements",
"anms.header.github": "Dépot Github",
"anms.menu.about": "À propos",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"anms.features.themes.title": "ערכות נושא",
"anms.features.title": "פיצ׳רים",
"anms.features.typescript": "חויית פיתוח מתקדמת, השלמת קוד, רפקטורינג, ומניעת באגים",
"anms.features.eslint": "ESLint מיועד לזיהוי דפוסים בעייתיים המצויים בקוד JavaScript ו- Typescript",
"anms.footer.changelog": "להציג רשימת שינויים",
"anms.header.github": "ספריית גיטהאב של הפרויקט",
"anms.menu.about": "אודות",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"anms.features.themes.title": "Temas",
"anms.features.title": "Características",
"anms.features.typescript": "Experiência de desenvolvimento superior, facilita o auto complete, a refatoração e causa menos bugs",
"anms.features.eslint": "ESLint é para identificar padrões problemáticos encontrados em código JavaScript e Typescript",
"anms.footer.changelog": "Mostrar changelog",
"anms.header.github": "Project Github Repository",
"anms.menu.about": "Sobre",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"anms.features.themes.title": "Témy",
"anms.features.title": "Vlastnosti",
"anms.features.typescript": "Vynikajúca podpora developerov, automatické dokončovanie kódu, refaktorovanie a menej chýb",
"anms.features.eslint": "ESLint slúži na identifikáciu problematických vzorov nájdených v kóde JavaScript a TypeScript",
"anms.footer.changelog": "Zobraziť list zmien",
"anms.header.github": "Github Repotitár Projektu",
"anms.menu.about": "Domov",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"anms.features.themes.title": "主题",
"anms.features.title": "特性",
"anms.features.typescript": "出色的开发者体验,代码自动完成,重构和引入更少的 bug",
"anms.features.eslint": "ESLint用于识别在JavaScript和Typescript代码中发现的有问题的模式",
"anms.footer.changelog": "显示变更日志",
"anms.header.github": "项目 Github 代码仓库",
"anms.menu.about": "关于",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const environment = {
packageJson.dependencies['@fortawesome/fontawesome-free-webfonts'],
angularCli: packageJson.devDependencies['@angular/cli'],
typescript: packageJson.devDependencies['typescript'],
cypress: packageJson.devDependencies['cypress']
cypress: packageJson.devDependencies['cypress'],
eslint: packageJson.devDependencies['eslint']
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const environment = {
packageJson.dependencies['@fortawesome/fontawesome-free-webfonts'],
angularCli: packageJson.devDependencies['@angular/cli'],
typescript: packageJson.devDependencies['typescript'],
cypress: packageJson.devDependencies['cypress']
cypress: packageJson.devDependencies['cypress'],
eslint: packageJson.devDependencies['eslint']
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const environment = {
fontAwesome: packageJson.dependencies['@fortawesome/fontawesome-free'],
angularCli: packageJson.devDependencies['@angular/cli'],
typescript: packageJson.devDependencies['typescript'],
cypress: packageJson.devDependencies['cypress']
cypress: packageJson.devDependencies['cypress'],
eslint: packageJson.devDependencies['eslint']
}
};

0 comments on commit 14ad52d

Please sign in to comment.