Optional - Set format on save and any global prettier options
npm i -D eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-plugin-node eslint-config-node
| // eslint-react | |
| { | |
| "root": true, | |
| "parser": "@typescript-eslint/parser", | |
| "parserOptions": { | |
| "ecmaVersion": 2021, | |
| "sourceType": "module", | |
| "project": "./tsconfig.json", | |
| "tsconfigRootDir": ".", | |
| // "warnOnUnsupportedTypeScriptVersion": "false", |
| { | |
| "Part statement": { | |
| "prefix": "pts", | |
| "body": [ | |
| "part '${TM_FILENAME_BASE}.g.dart';", | |
| ], | |
| "description": "Creates a filled-in part statement" | |
| }, | |
| "Part 'Freezed' statement": { | |
| "prefix": "ptf", |
| # vim:fileencoding=utf-8:ft=conf | |
| # Font family. You can also specify different fonts for the | |
| # bold/italic/bold-italic variants. By default they are derived automatically, | |
| # by the OSes font system. Setting them manually is useful for font families | |
| # that have many weight variants like Book, Medium, Thick, etc. For example: | |
| # font_family Operator Mono Book | |
| # bold_font Operator Mono Thick | |
| # bold_italic_font Operator Mono Medium |
| # /.config/kitty/kitty.conf | |
| # vim:fileencoding=utf-8:ft=conf:foldmethod=marker | |
| #: Fonts {{{ | |
| #: kitty has very powerful font management. You can configure | |
| #: individual font faces and even specify special fonts for particular | |
| #: characters. |
| # vim:fileencoding=utf-8:ft=conf:foldmethod=marker | |
| #: Fonts {{{ | |
| #: kitty has very powerful font management. You can configure | |
| #: individual font faces and even specify special fonts for particular | |
| #: characters. | |
| # font_family Monaco | |
| font_family Source Code Pro |
| /* use this on the page which shows all the reviews | |
| something like this : | |
| https://play.google.com/store/apps/details?id=com.google.android.play.games&gl=us&showAllReviews=true | |
| */ | |
| let initalHeight = 0; | |
| let scrollHeight = document.body.scrollHeight; | |
| let scrollingIntensinty = 800; | |
| let reviewsArray = []; |
| # initialization file (not found) |
| https://github.com/amejiarosario/dsa.js |