weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

.eslintrc (267B)


      1 {
      2   "root": true,
      3   "parser": "@typescript-eslint/parser",
      4   "plugins": ["@typescript-eslint", "prettier"],
      5   "extends": [
      6     "eslint:recommended",
      7     "plugin:@typescript-eslint/eslint-recommended",
      8     "plugin:@typescript-eslint/recommended",
      9     "prettier"
     10   ]
     11 }