ship-gis/node_modules/underscore/modules/.eslintrc

13 lines
159 B
Plaintext
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
},
"plugins": [
"import"
],
"extends": [
"plugin:import/errors"
]
}