mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
switch to eslint
move tests to src/, because otherwise import plugin doesn't work
This commit is contained in:
6
frontend/.eslintrc.js
Normal file
6
frontend/.eslintrc.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
plugins: ["jest"],
|
||||
extends: [
|
||||
'plugin:jest/recommended',
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user