mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 03:11:55 +01:00
Fixed lint errors.
This commit is contained in:
parent
61ba399e1c
commit
ca7bf9f4a7
2 changed files with 6 additions and 0 deletions
|
@ -102,6 +102,11 @@
|
|||
"experimentalObjectRestSpread": true,
|
||||
"jsx": true
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"react": {
|
||||
"version": "detect"
|
||||
}
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -10,6 +10,7 @@ class LayerIdBlock extends React.Component {
|
|||
value: PropTypes.string.isRequired,
|
||||
wdKey: PropTypes.string.isRequired,
|
||||
onChange: PropTypes.func.isRequired,
|
||||
error: PropTypes.object.isRequired,
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Reference in a new issue