add static code analysis

This commit is contained in:
Johannes Kirschbauer
2023-08-19 10:11:14 +02:00
parent 4074091ca4
commit 33f85380ae
11 changed files with 77 additions and 33 deletions

View File

@@ -4706,6 +4706,35 @@
version = "5.0.0-canary-7118f5dd7-20230705";
};
};
eslint-plugin-tailwindcss = {
"3.13.0" = {
depInfo = {
fast-glob = {
descriptor = "^3.2.5";
pin = "3.3.1";
runtime = true;
};
postcss = {
descriptor = "^8.4.4";
pin = "8.4.27";
runtime = true;
};
};
fetchInfo = {
narHash = "sha256-rWd+p9Sa4jcjEo886w2NAIy5AYjccC2pQXuGyPKtGw0=";
type = "tarball";
url = "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.0.tgz";
};
ident = "eslint-plugin-tailwindcss";
ltype = "file";
peerInfo = {
tailwindcss = {
descriptor = "^3.3.2";
};
};
version = "3.13.0";
};
};
eslint-scope = {
"7.2.2" = {
depInfo = {
@@ -6686,6 +6715,10 @@
descriptor = "13.4.12";
pin = "13.4.12";
};
eslint-plugin-tailwindcss = {
descriptor = "^3.13.0";
pin = "3.13.0";
};
hex-rgb = {
descriptor = "^5.0.0";
pin = "5.0.0";
@@ -7428,6 +7461,10 @@
dev = true;
key = "semver/6.3.1";
};
"node_modules/eslint-plugin-tailwindcss" = {
dev = true;
key = "eslint-plugin-tailwindcss/3.13.0";
};
"node_modules/eslint-scope" = {
dev = true;
key = "eslint-scope/7.2.2";