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
ðŠĶ RIP Axway Amplify Titanium (2010 - 2022)
ðŠĶ RIP Axway Amplify Titanium (2010 - 2022)
ð This project is no longer being maintained ð
@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",