mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-22 13:07:58 +01:00
862fe9d2f2
ESLint in this project is by default configured to lint NodeJS source code. The `./frontend` folder contains browser source code though, so a new `.eslintrc` sets that for the frontend folder.
8 lines
118 B
JSON
8 lines
118 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"commonjs": false,
|
|
"es6": true,
|
|
"node": false
|
|
}
|
|
}
|