Reduce eslint-disable from NamespaceSelect
This commit is contained in:
parent
6bae610c67
commit
46259f74d0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* eslint-disable func-names, space-before-function-paren, no-var, prefer-rest-params, wrap-iife, one-var, vars-on-top, one-var-declaration-per-line, comma-dangle, object-shorthand, no-else-return, prefer-template, quotes, prefer-arrow-callback, no-param-reassign, no-cond-assign, max-len */
|
/* eslint-disable func-names, space-before-function-paren, no-var, comma-dangle, object-shorthand, no-else-return, prefer-template, quotes, prefer-arrow-callback, max-len */
|
||||||
import Api from './api';
|
import Api from './api';
|
||||||
|
|
||||||
export default class NamespaceSelect {
|
export default class NamespaceSelect {
|
||||||
|
|
Loading…
Reference in a new issue