Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
OR13 committed Apr 10, 2023
1 parent 8b94bd4 commit 783fac2
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 0 additions & 6 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -33,12 +33,6 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
2 changes: 1 addition & 1 deletion app/src/CborDiagnosticView.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react'
import React from 'react'

import AceEditor from 'react-ace'

5 changes: 4 additions & 1 deletion app/src/alternateDiagnostic.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
const COSE_Sign1_TAG = 18

const { cbor } = window


// const COSE_Sign1_TAG = 18

function toHexString(byteArray) {
return Array.prototype.map
.call(byteArray, function (byte) {

0 comments on commit 783fac2

Please sign in to comment.