mirror of https://github.com/grafana/grafana
Update Prettier checks to parse also JSON files (#82046)
parent
beca6a08b0
commit
8beff98142
@ -1,4 +1,4 @@ |
|||||||
{ |
{ |
||||||
"extends": "@grafana/plugin-configs/tsconfig.json", |
"extends": "@grafana/plugin-configs/tsconfig.json", |
||||||
"include": ["."], |
"include": ["."] |
||||||
} |
} |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
{ |
{ |
||||||
"extends": "@grafana/plugin-configs/tsconfig.json", |
"extends": "@grafana/plugin-configs/tsconfig.json", |
||||||
"include": ["."], |
"include": ["."] |
||||||
} |
} |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
{ |
{ |
||||||
"extends": "@grafana/plugin-configs/tsconfig.json", |
"extends": "@grafana/plugin-configs/tsconfig.json", |
||||||
"include": ["."], |
"include": ["."] |
||||||
} |
} |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
{ |
{ |
||||||
"extends": "@grafana/plugin-configs/tsconfig.json", |
"extends": "@grafana/plugin-configs/tsconfig.json", |
||||||
"include": ["."], |
"include": ["."] |
||||||
} |
} |
||||||
|
@ -1,7 +1,7 @@ |
|||||||
{ |
{ |
||||||
"compilerOptions": { |
"compilerOptions": { |
||||||
"types": ["node", "jest", "@testing-library/jest-dom"], |
"types": ["node", "jest", "@testing-library/jest-dom"] |
||||||
}, |
}, |
||||||
"extends": "@grafana/plugin-configs/tsconfig.json", |
"extends": "@grafana/plugin-configs/tsconfig.json", |
||||||
"include": ["."], |
"include": ["."] |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue