mirror of
https://codeberg.org/JasterV/sentences-crud.git
synced 2026-04-27 02:15:43 +00:00
20 lines
350 B
JSON
20 lines
350 B
JSON
{
|
|
"env": {
|
|
"es2020": true,
|
|
"node": true,
|
|
"jest/globals": true
|
|
},
|
|
"extends": [
|
|
"airbnb-base"
|
|
],
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"ecmaVersion": 12,
|
|
"sourceType": "module"
|
|
},
|
|
"plugins": [
|
|
"@typescript-eslint"
|
|
],
|
|
"rules": {
|
|
}
|
|
}
|