Skip to content

Commit 3bebccb

Browse files
authored
Merge pull request #181 from mkslanc/dart-linter-capabilities-fix
Remove missing capability for dart linter
2 parents bed1137 + f70a7d5 commit 3bebccb

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ace-linters-root",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"scripts": {
55
"build:parts": "npm run build -ws",
66
"build": "npm run build:parts && webpack",

packages/ace-dart-linter/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ npm install ace-dart-linter
7474
This linter supports the following features:
7575

7676
- **format**: Provides code formatting.
77-
- **diagnostics**: Reports errors and warnings.
7877

7978
## Powered by
8079

packages/ace-dart-linter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ace-dart-linter",
33
"author": "Azat Alimov <mkslanc@gmail.com>",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"license": "MIT",
66
"repository": "https://github.com/mkslanc/ace-linters/tree/main/packages/ace-dart-linter",
77
"scripts": {

packages/ace-linters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ace-linters",
33
"author": "Azat Alimov <mkslanc@gmail.com>",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"scripts": {
66
"clean": "rimraf build",
77
"postbuild": "node postbuild.js",

0 commit comments

Comments
 (0)