We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e2216 commit 5e8b826Copy full SHA for 5e8b826
.eslintrc.json
package.json
@@ -32,15 +32,16 @@
32
"devDependencies": {
33
"@types/cheerio": "^0.22.13",
34
"@types/content-type": "^1.1.3",
35
- "@typescript-eslint/eslint-plugin": "^2.3.1",
36
- "@typescript-eslint/parser": "^2.3.1",
37
"eslint": "^6.4.0",
38
- "eslint-config-google": "^0.14.0",
+ "eslint-config-richienb": "^0.2.0",
39
"microbundle": "^0.11.0",
40
"typedoc": "^0.15.0"
41
},
42
"resolutions": {
43
"microbundle/rollup-plugin-typescript2/rollup-pluginutils/micromatch/braces": "^2.3.1",
44
"microbundle/rollup-plugin-postcss/cssnano/postcss-svgo/svgo/js-yaml": "^3.13.0"
+ },
+ "eslintConfig": {
45
+ "extends": "richienb/ts"
46
}
47
0 commit comments