eslint-config-rive
Advanced tools
Comparing version 1.2.0 to 1.3.0
# Changelog | ||
## 1.3.0 | ||
- Ignore build, coverage, dist, lib, node_modules and .rive folder | ||
## 1.2.0 | ||
@@ -4,0 +8,0 @@ |
@@ -26,2 +26,3 @@ module.exports = { | ||
}, | ||
ignorePatterns: ['build', 'coverage', 'dist', 'lib', 'node_modules', '.rive'], | ||
}; |
{ | ||
"name": "eslint-config-rive", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "ESLint shareable configuration for RiVE projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
37924
27