Commits on Source (1)
-
Brady James Garvin authored
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{ | { | ||
"name": "@unlsoft/eslint-config", | "name": "@unlsoft/eslint-config", | ||
"version": "1.0.0", | "version": "3.0.0", | ||
"description": "stylelint configuration used by the UNL SOFT core courses.", | "description": "stylelint configuration used by the UNL SOFT core courses.", | ||
"private": true, | "private": true, | ||
"license": "UNLICENSED", | "license": "UNLICENSED", | ||
"devDependencies": { | "devDependencies": { | ||
"stylelint-config-standard": ">= 22" | "stylelint-config-standard": ">= 26" | ||
}, | }, | ||
"peerDependencies": { | "peerDependencies": { | ||
"stylelint-config-standard": ">= 22" | "stylelint-config-standard": ">= 26" | ||
} | } | ||
} | } |