mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
chore: remove useless include rule and comma
This commit is contained in:
parent
2f5e8d9254
commit
6891d35052
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user