Package Exports
- @titanium/eslint-config
- @titanium/eslint-config/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@titanium/eslint-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Preparing for end of Axway
ð support for Amplify Cloud and Mobile ð
ðŠĶ RIP Axway Amplify Titanium (2010 - 2022)
ðŠĶ RIP Axway Amplify Cloud Services (2012 - 2022)
ðŠĶ RIP Axway Amplify Crash Analytics (2015 - 2022)
ð Axway support for Amplify products has ended for most products related to mobile and cloud.
A few of the open-source versions of Axway Amplify products will live on after Axway Amplify End-of-Life (EOL) announcements. However, all closed-source projects and most open-source projects are now dead.
ð A group of Axway employees, ex-Axway employees, and some developers from Titanium community have created a legal org and now officially decide all matters related to future of these products.
API FAQ:
- API Best Practices
- What is API Security?
- OWASP Top 10 List for API Security
- What is API Security?
- Top API Trends for 2022
- What is a Frankenstein API?
- What is a Zombie API?
- API Developer Experience
- API Cybersecurity 101
- YouTube API Videos
- YouTube API Shorts Videos
@titanium/eslint-config
ð Description
ESLint settings package for use with Axway Titanium native mobile apps
This extends @geek/eslint-config settings for Node.js
ð Getting Started
- Create new Titanium Alloy project
- Run
npm initin project root directory - Install
@titanium/eslint-configin root of project
npm install @titanium/eslint-config- Add this as base settings for your project
If using
.eslintrc.yamlor.eslintrc.yml
extends: '@titanium'If using
.eslintrcor.eslintrc.json
"extends": "@titanium",
