Lint rule changes
This commit is contained in:
parent
90520dfb25
commit
69c6aa9af2
29 changed files with 55 additions and 45 deletions
|
@ -1,4 +1,5 @@
|
|||
/**
|
||||
* // eslint-disable-next-line
|
||||
* @jest-environment jsdom
|
||||
*/
|
||||
import Atom from '../Atom'
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/**
|
||||
// eslint-disable-next-line
|
||||
* @jest-environment jsdom
|
||||
*/
|
||||
import Atom, {val} from '../../Atom'
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/**
|
||||
// eslint-disable-next-line
|
||||
* @jest-environment jsdom
|
||||
*/
|
||||
import Atom, {val} from './Atom'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue