]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/.eslintrc.json
Translated using Weblate (Basque)
[github/Chocobozzz/PeerTube.git] / client / .eslintrc.json
index cfa7584057b12c91411f77f1affdaa9282972f84..f7b207b58d0bdfe09c12c59c021e02ee0da902a9 100644 (file)
@@ -2,7 +2,8 @@
   "root": true,
   "ignorePatterns": [
     "projects/**/*",
-    "node_modules/"
+    "node_modules/",
+    "src/standalone/player/dist"
   ],
   "overrides": [
     {
         "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",
           {