Skip to content

Commit

Permalink
lint: disable eslint for shims and spec
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Jul 8, 2021
1 parent 798566b commit fe07777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/shims-vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
declare module '*.vue' {
import { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
Expand Down
1 change: 1 addition & 0 deletions tests/unit/imgix-component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ describe('imgix component', () => {
beforeEach(() => {
/* eslint-disable @typescript-eslint/no-var-requires */
jest.resetModules();
/* eslint-disable @typescript-eslint/no-unused-vars */
const _Vue = require('vue');
const _VueImgix = require('@/plugins/vue-imgix');
_IxImg = _VueImgix.IxImg;
Expand Down

0 comments on commit fe07777

Please sign in to comment.