updeep-remeda/.eslintrc

7 lines
99 B
Plaintext
Raw Normal View History

2015-07-31 15:53:25 +00:00
{
2016-01-13 16:19:43 +00:00
"extends": "airbnb/base",
2015-07-31 15:53:25 +00:00
"ecmaFeatures": {
2016-01-13 16:19:43 +00:00
"experimentalObjectRestSpread": true,
2015-07-31 15:53:25 +00:00
},
}