mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-15 05:21:57 +00:00
Decaf cleanup: capitalize class names
This commit is contained in:
parent
db4b0a6f38
commit
dce5b8759a
1 changed files with 2 additions and 7 deletions
|
@ -1,10 +1,5 @@
|
|||
/* eslint-disable
|
||||
camelcase,
|
||||
handle-callback-err,
|
||||
new-cap,
|
||||
*/
|
||||
const { diff_match_patch } = require('../lib/diff_match_patch')
|
||||
const dmp = new diff_match_patch()
|
||||
const { diff_match_patch: DMP } = require('../lib/diff_match_patch')
|
||||
const dmp = new DMP()
|
||||
|
||||
module.exports = {
|
||||
ADDED: 1,
|
||||
|
|
Loading…
Reference in a new issue