Skip to content

Commit 1598d08

Browse files
committed
chore: fix linter
1 parent 6262aaa commit 1598d08

4 files changed

Lines changed: 902 additions & 3 deletions

File tree

data/error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<script src="https://cdn.tailwindcss.com"></script>
6+
<script src="./tailwind.js"></script>
77
</head>
88
<body>
99
<div

data/tailwind.js

Lines changed: 899 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
}
3232
},
3333

34-
"content_security_policy": "script-src 'self' https://cdn.tailwindcss.com; object-src 'self'",
35-
3634
"description": "The JabRef browser extension imports new bibliographic information directly from the browser into JabRef.",
3735

3836
"developer": {

web-ext-config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export default {
66
'translators',
77
'.idea',
88
'workspace.code-workspace',
9+
'test.js',
10+
'scripts/**',
911
],
1012
run: {
1113
startUrl: [

0 commit comments

Comments
 (0)