Exclude vendor from eslint

pull/10212/head
Oliver Günther 3 years ago
parent 481d9fba1c
commit 5eecddb583
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 3
      frontend/.eslintignore
  2. 2
      frontend/src/app/shared/components/editor/components/ckeditor/op-ckeditor.component.ts

@ -1 +1,2 @@
.eslintrc.js
.eslintrc.js
vendor

@ -84,7 +84,7 @@ export class OpCkeditorComponent implements OnInit, OnDestroy {
public manualMode = false;
private _content:string = '';
private _content = '';
public text = {
errorTitle: this.I18n.t('js.editor.ckeditor_error'),

Loading…
Cancel
Save