Makefile: bump our test/common dependency

... and make use of the new pywrap feature from our test.

Use the same eslint and stylelint plugin configuration as the cockpit
main repo.

Co-authored-by: Katerina Koukiou <kkoukiou@redhat.com>
This commit is contained in:
Allison Karlitskaya 2023-05-26 14:41:33 +02:00 committed by Martin Pitt
parent 12a648b6e4
commit 2215aa3bf8
4 changed files with 10 additions and 19 deletions

View file

@ -4,12 +4,9 @@
"browser": true,
"es6": true
},
"extends": ["eslint:recommended", "standard", "standard-jsx", "react-app"],
"extends": ["eslint:recommended", "standard", "standard-jsx", "standard-react"],
"parserOptions": {
"ecmaVersion": "7",
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": "2022",
"sourceType": "module"
},
"plugins": ["flowtype", "react", "react-hooks"],