static-cms/.eslintrc

14 lines
168 B
Plaintext
Raw Normal View History

2016-10-06 12:07:45 +02:00
{
"extends": [
"eslint-config-netlify"
2016-10-06 15:27:25 +02:00
],
"settings": {
"import/resolver": {
2018-05-15 16:37:59 -06:00
"babel-module": {}
2016-10-06 15:27:25 +02:00
}
2016-11-11 12:18:30 +01:00
},
"globals": {
"CMS_ENV": true
2016-10-06 15:27:25 +02:00
}
2016-10-06 12:07:45 +02:00
}