Remove build products

This commit is contained in:
Logan Williams
2022-10-05 10:58:08 +02:00
parent 46b0298a99
commit 4397dd89e0
11 changed files with 21 additions and 29 deletions

3
frontend/.browserslistrc Normal file
View File

@@ -0,0 +1,3 @@
> 1%
last 2 versions
not dead

18
frontend/.eslintrc.js Normal file
View File

@@ -0,0 +1,18 @@
module.exports = {
root: true,
env: {
node: true,
},
extends: [
"plugin:vue/essential",
"eslint:recommended",
"plugin:prettier/recommended",
],
parserOptions: {
parser: "@babel/eslint-parser",
},
rules: {
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
},
};

View File

@@ -1 +0,0 @@
.map{pointer-events:none}.result .leaflet-control-container{display:none}.result:hover{background-color:#d1c4e9;cursor:default}.index{font-size:24px;font-weight:700;width:30px}.name{width:100px}.result .v-card__text{padding:8px}.result .v-btn__content{-webkit-user-select:all;-moz-user-select:all;user-select:all}.results{display:flex;flex-wrap:wrap}.timing{font-size:80%;color:#444;margin-left:1em;margin-bottom:-6px}.code{font-family:Consolas,Roboto Mono,Courier,monospace}.type{font-style:italic}@font-face{font-family:GoogleSans;src:url(/fonts/GoogleSans-Regular.40dc20ea.ttf) format("truetype")}.login-button{font-family:GoogleSans;font-size:14px}body{font-family:Helvetica,Arial,sans-serif}

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -1 +0,0 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>Bellingcat OpenStreetMap search</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><script defer="defer" src="/js/chunk-vendors.537d8eaf.js"></script><script defer="defer" src="/js/app.58a4be23.js"></script><link href="/css/chunk-vendors.1a35d31d.css" rel="stylesheet"><link href="/css/app.10245ece.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but osm-search doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long