Files
xahau.js/packages/ripple-binary-codec/tsconfig.eslint.json
Nathan Nichols b14f055c6c Linter config lints test directory (#99)
Modify eslint config to lint ./test/
2020-08-21 17:04:14 -05:00

7 lines
326 B
JSON

// We need this file to run ESLint on our tests
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/README.md#configuration
{
// extend your base config so you don't have to redefine your compilerOptions
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "test/**/*.js"]
}