Merge pull request #28 from unbyte/react-typescript

Fix: remove useless include rule for old manifest.js file
This commit is contained in:
Abhijith Vijayan 2020-04-07 21:53:13 +05:30 committed by GitHub
commit d1835068a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,12 +37,12 @@
"pretty": true, "pretty": true,
"newLine": "lf", "newLine": "lf",
"stripInternal": true, "stripInternal": true,
"noUnusedLocals": true, "noUnusedLocals": true
}, },
"include": [ "include": [
"src/**/*", "src/manifest/index.js" "src/**/*"
], ],
"exclude": [ "exclude": [
"node_modules" "node_modules"
] ]
} }