mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
cleanup package.json
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
module.exports = {
|
||||
plugins: ["jest"],
|
||||
extends: [
|
||||
'plugin:jest/recommended',
|
||||
],
|
||||
};
|
||||
module.exports = {
|
||||
plugins: ["jest", "react", "react-hooks"],
|
||||
extends: [
|
||||
'plugin:jest/recommended',
|
||||
"plugin:react-hooks/recommended",
|
||||
"plugin:react/recommended",
|
||||
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user