mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
fix lint rules
This commit is contained in:
parent
00435273b5
commit
ff295e1147
@ -15,7 +15,9 @@
|
||||
"semi": [
|
||||
2,
|
||||
"always"
|
||||
]
|
||||
],
|
||||
"react/react-in-jsx-scope": 1,
|
||||
"react/jsx-uses-react": 1
|
||||
},
|
||||
"env": {
|
||||
"es6": true,
|
||||
|
@ -1,6 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
//import React from 'react';
|
||||
import React from 'react';
|
||||
import Notification from 'rc-notification';
|
||||
|
||||
var defaultDuration = 1.5;
|
||||
|
Loading…
Reference in New Issue
Block a user