1
mirror of https://github.com/jakejarvis/get-canonical-url.git synced 2025-09-16 21:05:33 -04:00
Files
get-canonical-url/.eslintrc.json
2021-11-11 11:11:03 -05:00

17 lines
263 B
JSON

{
"extends": [
"@jakejarvis/eslint-config",
"plugin:@typescript-eslint/recommended"
],
"plugins": [
"@typescript-eslint"
],
"parser": "@typescript-eslint/parser",
"env": {
"browser": true
},
"ignorePatterns": [
"dist/**"
]
}