mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
53f03457cc
- Add Github Action. - Fix JS files to match rules; mostly `globals` and `exported`.
10 lines
145 B
JavaScript
10 lines
145 B
JavaScript
/* global module */
|
|
|
|
module.exports = {
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
|
|
"extends": "eslint:recommended"
|
|
};
|