@sixfold/editor-config
Advanced tools
Comparing version 2.0.4 to 2.1.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [2.1.0](https://github.com/6fold/editor-config/compare/v2.0.4...v2.1.0) (2021-03-10) | ||
### Features | ||
* add support for html ([#10](https://github.com/6fold/editor-config/issues/10)) ([ab5941f](https://github.com/6fold/editor-config/commit/ab5941f53f0f3a1c0b6d28b2e1f5be87fd715659)) | ||
### [2.0.4](https://github.com/6fold/editor-config/compare/v2.0.3...v2.0.4) (2021-02-23) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@sixfold/editor-config", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"main": "./prettier/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./prettier/index.d.ts", |
@@ -25,3 +25,9 @@ module.exports = { | ||
}, | ||
{ | ||
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
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
6477
37