UNPKG

adastra-ui-comment

Version:

Testing locally 1) in this file - `npm i` install dependencies - `npm run build` or `npm run tsc` to build your module 2) in childApp - in package.json under dependencies add ui-astra-assets with file:(relativePathToRepo) - "ui-astra-a

33 lines (32 loc) 673 B
{ "extends": [ "tslint-react", "tslint-config-airbnb", "tslint-microsoft-contrib/recommended" ], "rules": { "curly": true, "import-name": false, "indent": [true, "spaces", 2], "interface-name": [true, "always-prefix"], "jsx-no-multiline-js": false, "member-ordering": { "options": { "order": "statics-first" } }, "variable-name": [ true, "ban-keywords", "check-format", "allow-pascal-case" ], "linebreak-style": false, "export-name": false, "prefer-type-cast": false, "no-increment-decrement": false }, "linterOptions": { "exclude": ["**/*.js"] } }