mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
Lint remaining js files (#1714)
* Lint remaining js files * Fix tsconfig
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
const path = require('path');
|
||||
const path = require("path");
|
||||
|
||||
module.exports = {
|
||||
extends: "../.babelrc.js",
|
||||
plugins: [
|
||||
["babel-plugin-relay", { artifactDirectory: path.resolve(__dirname, "./__generated__") }]
|
||||
[
|
||||
"babel-plugin-relay",
|
||||
{ artifactDirectory: path.resolve(__dirname, "./__generated__") },
|
||||
],
|
||||
],
|
||||
}
|
||||
};
|
||||
|
||||
@@ -36,9 +36,7 @@
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"./**/*.ts",
|
||||
"./**/*.tsx",
|
||||
"./**/*.d.ts",
|
||||
"./**/*",
|
||||
"../../types/**/*.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
|
||||
Reference in New Issue
Block a user