@titanium/eslint-config
v1.0.49
Published
⭐ Axway Amplify module for ESLint settings package with Appcelerator Titanium SDK
Downloads
40
Readme
👉 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 init
in project root directory - Install
@titanium/eslint-config
in root of project
npm install @titanium/eslint-config
- Add this as base settings for your project
If using
.eslintrc.yaml
or.eslintrc.yml
extends: '@titanium'
If using
.eslintrc
or.eslintrc.json
"extends": "@titanium",