mirror of
https://github.com/jakejarvis/imagemoji.git
synced 2026-09-12 00:05:31 -04:00
initial commit 🎉
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": [
|
||||
"@jakejarvis/eslint-config",
|
||||
"plugin:@typescript-eslint/recommended"
|
||||
],
|
||||
"plugins": [
|
||||
"@typescript-eslint"
|
||||
],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"env": {
|
||||
"browser": true
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"dist/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user