eslint-config-rive
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## 1.0.1 | ||
- Change to CJS module | ||
## 1.0.0 | ||
@@ -4,0 +8,0 @@ |
@@ -1,2 +0,2 @@ | ||
const config = { | ||
module.exports = { | ||
extends: [ | ||
@@ -21,3 +21,1 @@ 'eslint:recommended', | ||
}; | ||
export default config; |
{ | ||
"name": "eslint-config-rive", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "ESLint shareable configuration for RiVE projects", | ||
"type": "module", | ||
"main": "index.js", | ||
@@ -7,0 +6,0 @@ "scripts": { |
36775
20
No