@sixfold/editor-config
Advanced tools
Comparing version 2.2.2 to 2.3.0
{ | ||
"name": "@sixfold/editor-config", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"main": "./prettier/index.js", | ||
@@ -20,8 +20,8 @@ "types": "./prettier/index.d.ts", | ||
"dependencies": { | ||
"prettier": "^2.4.0", | ||
"prettier": "^2.5.1", | ||
"tslint-config-prettier": "^1.18.0" | ||
}, | ||
"devDependencies": { | ||
"standard-version": "^9.3.1" | ||
"standard-version": "^9.3.2" | ||
} | ||
} |
@@ -10,30 +10,3 @@ module.exports = { | ||
semi: true, | ||
parser: 'typescript', | ||
arrowParens: 'always', | ||
overrides: [ | ||
{ | ||
files: '*.css', | ||
options: { | ||
parser: 'css', | ||
}, | ||
}, | ||
{ | ||
files: '*.md', | ||
options: { | ||
parser: 'markdown', | ||
}, | ||
}, | ||
{ | ||
files: '*.json', | ||
options: { | ||
parser: 'json', | ||
}, | ||
}, | ||
{ | ||
files: '*.html', | ||
options: { | ||
parser: 'html', | ||
}, | ||
}, | ||
], | ||
}; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6990
7
16
1
Updatedprettier@^2.5.1