-
- Downloads
Updated style to account for recent JavaScript and React changes and to...
Updated style to account for recent JavaScript and React changes and to automatically disable some warnings in test files.
This diff is collapsed.
{ | ||
"name": "@unlsoft/eslint-config", | ||
"version": "1.0.0", | ||
"version": "3.0.0", | ||
"description": "ESLint configuration used by the UNL SOFT core courses.", | ||
"private": true, | ||
"license": "UNLICENSED", | ||
"devDependencies": { | ||
"eslint": ">= 6" | ||
"eslint": ">= 8" | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">= 6" | ||
"eslint": ">= 8" | ||
} | ||
} |
Please register or sign in to comment