mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
Fix eslint
This commit is contained in:
parent
d17f6a9c30
commit
9268a0befd
@ -4,12 +4,13 @@
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"mocha": true,
|
||||
"jest": true
|
||||
"jest": true,
|
||||
"es6": true
|
||||
},
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
"jsx": true,
|
||||
"experimentalObjectRestSpread": true
|
||||
},
|
||||
"parser": "babel-eslint",
|
||||
"plugins": [
|
||||
"react",
|
||||
"babel"
|
||||
|
@ -21,7 +21,7 @@ const AntSpin = React.createClass({
|
||||
},
|
||||
|
||||
render() {
|
||||
const { className, size, prefixCls, ...others } = this.props;
|
||||
const { className, size, prefixCls } = this.props;
|
||||
|
||||
let spinClassName = classSet({
|
||||
[prefixCls]: true,
|
||||
|
Loading…
Reference in New Issue
Block a user