UNPKG

@keybittech/awayto

Version:

Deploy a fully-featured application in about 10 minutes that is primed for quick development. Do business, impress a client with a quick demo, finish your poc with time to spare; all easily achievable with Awayto.

25 lines 629 B
module.exports = { "parser": "@typescript-eslint/parser", "parserOptions": { "project": "../../tsconfig.json", "tsconfigRootDir": __dirname }, "settings": { "import/resolver": { "typescript": {}, "alias": [ ["awayto", "src/core/index.ts"], ["awayto-hooks", "src/webapp/hooks/index.ts"], ["route-match", "src/core/types/route-match.d.ts"] ] } }, "plugins": [ "@typescript-eslint", "import" ], "extends": [ "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking" ] }