JSPM

  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q71135F
  • License MIT

⭐ Axway Amplify module for ESLint settings package with Appcelerator Titanium SDK

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

Axway Amplify End-of-Life Announcement

👇   See notes below   👇

RIP Axway Amplify Titanium (2010 - 2022)

ðŸŠĶ   RIP Axway Amplify Titanium (2010 - 2022)

ðŸŠĶ   RIP Axway Amplify Cloud Services (2012 - 2022)


🛑    All products affected by the announcements will not be supported by Axway effective their EOL dates in 2022.

Some Open-Source versions of Axway products will live on after End-of-Life (EOL) Axway Amplify product announcements. However, some products are closed-source and will NOT continue after the shut down in 2022.

 

👉    Stay tuned for more info as plans are being made to save the Titanium project and move it under the control of a independent group of developers.

 


 

 

@titanium/eslint-config

@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

  1. Create new Titanium Alloy project
  2. Run npm init in project root directory
  3. Install @titanium/eslint-config in root of project
npm install @titanium/eslint-config
  1. 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",