X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.eslintrc.json;h=f7b207b58d0bdfe09c12c59c021e02ee0da902a9;hb=93be22de46b6a59a0c6f43089b89f69068af9a39;hp=81b50378ad2c4c9480a6e14765d0996241759c57;hpb=9df52d660feb722404be00a50f3c8a612bec1c15;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.eslintrc.json b/client/.eslintrc.json index 81b50378a..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": [ { @@ -11,10 +12,9 @@ ], "parserOptions": { "project": [ - "tsconfig.json", - "e2e/tsconfig.json" + "tsconfig.eslint.json" ], - "createDefaultProgram": true + "createDefaultProgram": false }, "extends": [ "../.eslintrc.json", @@ -23,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", {