]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/.eslintrc.json
Add ability to list imports of a channel sync
[github/Chocobozzz/PeerTube.git] / client / .eslintrc.json
index 81b50378ad2c4c9480a6e14765d0996241759c57..f9326acc86025cc586e730e8ff31c313c63cfffb 100644 (file)
       ],
       "parserOptions": {
         "project": [
-          "tsconfig.json",
-          "e2e/tsconfig.json"
+          "tsconfig.eslint.json"
         ],
-        "createDefaultProgram": true
+        "createDefaultProgram": false
       },
       "extends": [
         "../.eslintrc.json",
         "plugin:@angular-eslint/template/process-inline-templates"
       ],
       "rules": {
+        "jsdoc/newline-after-description": "off",
+        "jsdoc/check-alignment": "off",
         "lines-between-class-members": "off",
         "@typescript-eslint/lines-between-class-members": [ "off" ],
         "arrow-body-style": "off",
         "import/no-webpack-loader-syntax": "off",
         "no-underscore-dangle": "off",
-        "node/no-callback-literal": "off",
+        "n/no-callback-literal": "off",
         "@angular-eslint/component-selector": [
           "error",
           {