Files
writer/frontend/.eslintrc.js
Stepan Usatiuk f2da923977 switch to eslint
move tests to src/, because otherwise import plugin doesn't work
2020-08-14 15:45:53 +03:00

7 lines
102 B
JavaScript

module.exports = {
plugins: ["jest"],
extends: [
'plugin:jest/recommended',
],
};