Skip to content
Permalink
Browse files

linting: Allow camelcase exception

As per #1924
  • Loading branch information...
adam3smith committed Apr 4, 2019
1 parent 5a3ee4b commit 67d6e246b5ca3a660ef63fb32ef984fc12453be7
Showing with 1 addition and 1 deletion.
  1. +1 −1 arXiv.org.js
@@ -130,7 +130,7 @@ function doWeb(doc, url) {

function parseXML(text) {
// Z.debug(text);

/* eslint camelcase: ["error", { allow: ["oai_dc"] }] */
var ns = {
oai_dc: 'http://www.openarchives.org/OAI/2.0/oai_dc/',
dc: 'http://purl.org/dc/elements/1.1/',

0 comments on commit 67d6e24

Please sign in to comment.
You can’t perform that action at this time.