starters
starters copied to clipboard
Starter templates for Ionic apps, used by the Ionic CLI
**Starter Type:** react **Starter Template:** all **Description:** eslint is misconfigured and doesn't load in a fresh project. Output: ``` [Error - 5:01:53 PM] Calculating config file for file:///f%3A/zDev/Crowbait%20Development/SecuRead/node_modules/%40eslint/eslintrc/dist/eslintrc.cjs) failed. Error...
**Starter Type:** ionic-angular **Starter Template:** blank, tabs, etc. **Description:** The default project template has the following meta-tag in **index.html**: `` But that seems to have been deprecated since iOS 8...
Fix deprecation message when creating new projects from these templates 
Excuse me, does the official website provide the corresponding code for the application images in this section?
We should be able to use the latest minor version of v5 vite [now](https://github.com/ionic-team/starters/pull/1848#issuecomment-2724822915).
eslint 9 changed the configuration files and `.eslintrc.json` no longer works. I first removed all the eslint related packages, `.eslintrc.json` file and eslint entries from `angular.json`. Then ran `ng add...
FILE .eslintrc.json { "root": true, "ignorePatterns": ["projects/**/*"], "overrides": [ { "files": ["*.ts"], "parserOptions": { "project": ["tsconfig.json"], "createDefaultProgram": true }, "extends": [ "plugin:@angular-eslint/recommended", "plugin:@angular-eslint/template/process-inline-templates" ], "rules": { "@angular-eslint/component-class-suffix": [ "error", {...