.eslintrc.json: added eslint file

pull/1/head
leonnicolas 4 years ago
parent fa323d414f
commit fd5c293c41
No known key found for this signature in database
GPG Key ID: 088D0743E2B65C07

@ -0,0 +1,19 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"standard"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
}
}

@ -1,4 +1,3 @@
// tslint:disable: no-console
import { ApolloServer } from 'apollo-server';
import bikeresolver from './resolvers/cargobikeResolver';
import { CargoBikeAPI } from './datasources/db/cargobikeAPI';

Loading…
Cancel
Save