golangci-lint/.github/peril/package.json
Denis Isaev 4c94e3400e
dev: add peril to invite contributors
Invite a contributor to GolangCI
organization after a first pull request
get merged.
2020-05-17 17:44:43 +03:00

25 lines
369 B
JSON

{
"dependencies": {
"jest": "^24.9.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"rootDir": "../",
"roots": [
"<rootDir>/peril"
],
"transform": {
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"moduleFileExtensions": [
"js",
"jsx",
"ts",
"tsx",
"json"
]
}
}