This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/imagetracerjs/imagetracerjs-master/.eslintrc.json

24 lines
377 B
JSON

{
"env": {
"browser": true
},
"extends": "eslint:recommended",
"rules": {
"indent": [
2,
"tab"
],
"linebreak-style": [
2,
"windows"
],
"quotes": [
2,
"single"
],
"semi": [
2,
"always"
]
}
}