X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.eslintrc.json;h=f7b207b58d0bdfe09c12c59c021e02ee0da902a9;hb=a5fa7960bb3d104170738a8b786f7843091cec3b;hp=cfa7584057b12c91411f77f1affdaa9282972f84;hpb=e5a818d3cb2c33f52715ace50e580ee899c9da94;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.eslintrc.json b/client/.eslintrc.json index cfa758405..f7b207b58 100644 --- a/client/.eslintrc.json +++ b/client/.eslintrc.json @@ -2,7 +2,8 @@ "root": true, "ignorePatterns": [ "projects/**/*", - "node_modules/" + "node_modules/", + "src/standalone/player/dist" ], "overrides": [ { @@ -22,12 +23,14 @@ "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", {