@fbartho/danger-plugin-eslint
Version:
Eslint your code with Danger
16 lines (15 loc) • 368 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"rootDir": "src",
"outDir": "dist",
"declaration": true,
"allowJs": false,
"pretty": true,
"esModuleInterop": true,
"moduleResolution": "node"
},
"lib": ["es2017"],
"include": ["src/**/*.ts", "src/**/*.tsx", "dangerfile.ts"],
"exclude": ["dangerfile.ts", "node_modules", "dist"]
}