mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
convert existing xrpl library into a lerna monorepo
This commit is contained in:
12
packages/xrpl/tsconfig.eslint.json
Normal file
12
packages/xrpl/tsconfig.eslint.json
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": [
|
||||
"./src/**/*.ts",
|
||||
"./test/**/*.ts",
|
||||
"./snippets/src/**/*.ts",
|
||||
".prettierrc.js",
|
||||
".eslintrc.js",
|
||||
"jest.config.js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user