File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " crawl-data" ,
33 "author" : " @max-ostapenko" ,
4- "dependencies" : {
5- "@dataform/core" : " 3.0.25"
6- },
74 "scripts" : {
85 "format" : " npx standard --fix; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix; terraform -chdir=infra/tf fmt -recursive" ,
96 "lint" : " npx standard; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint .; dataform compile"
107 },
8+ "dependencies" : {
9+ "@dataform/core" : " 3.0.25"
10+ },
11+ "devDependencies" : {
12+ "markdownlint-cli" : " 0.45.0" ,
13+ "standard" : " 17.1.2"
14+ },
1115 "standard" : {
1216 "globals" : [
1317 " constants" ,
1923 " dataform"
2024 ]
2125 },
22- "devDependencies" : {
23- "markdownlint-cli" : " 0.45.0" ,
24- "standard" : " 17.1.2"
26+ "eslintConfig" : {
27+ "env" : {
28+ "node" : true
29+ },
30+ "globals" : {
31+ "dataform" : " readonly" ,
32+ "constants" : " readonly" ,
33+ "declare" : " readonly" ,
34+ "assert" : " readonly" ,
35+ "publish" : " readonly" ,
36+ "ctx" : " readonly"
37+ }
2538 },
2639 "markdownlint" : {
2740 "default" : true ,
You can’t perform that action at this time.
0 commit comments