2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/.eslintrc

11 lines
179 B
Plaintext
Raw Normal View History

2018-01-01 09:27:59 +00:00
{
"env": {
"browser": true,
"es6": true,
"node": true
2018-01-02 10:10:32 +00:00
},
"parserOptions": {
2018-01-30 12:03:04 +00:00
"ecmaVersion": 2017,
"sourceType": "module"
2018-01-01 12:17:51 +00:00
}
2018-01-01 09:27:59 +00:00
}