mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
feat(app): introduce react configurations [EE-1809] (#5953)
This commit is contained in:
parent
b285219a58
commit
85a6a80722
50 changed files with 8974 additions and 599 deletions
5
lint-staged.config.js
Normal file
5
lint-staged.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
'*.(js|ts){,x}': 'eslint --cache --fix',
|
||||
'*.(ts){,x}': () => 'tsc --noEmit',
|
||||
'*.{js,ts,tsx,css,md,html}': 'prettier --write',
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue