eslint-config-brightspace
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -5,3 +5,6 @@ const { getSortMemberRules } = require('./sort-member-config'); | ||
"extends": "./index.js", | ||
"parser": "babel-eslint", | ||
"parser": "@babel/eslint-parser", | ||
"parserOptions": { | ||
"requireConfigFile": false | ||
}, | ||
"env": { | ||
@@ -8,0 +11,0 @@ "browser": true |
{ | ||
"name": "eslint-config-brightspace", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "Common Brightspace eslint configs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
25775
289