Skip to content

Commit

Permalink
Merge pull request #12899 from rtibbles/eslint_plugin_kolibri_version…
Browse files Browse the repository at this point in the history
…_bump

Update eslint-plugin-kolibri version.
  • Loading branch information
rtibbles authored Dec 3, 2024
2 parents 5d3f654 + 0f10e55 commit 23819ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 86 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"lint-frontend:watch:format": "yarn run lint-frontend --monitor --write",
"build-kolibri-tools": "yarn workspace kolibri-tools run build-kolibri-tools",
"migrate-core-api": "kolibri-tools migrate '{kolibri*/**/assets,packages}/**/*.{js,vue}' --ignore '**/dist/**,**/node_modules/**,**/static/**'",
"publish-packages": "node ./packages/publish.js",
"hashi-dev": "yarn workspace hashi run dev",
"hashi-build": "yarn workspace hashi run build",
"compress": "kolibri-tools compress 'kolibri/*/**/static/**/*.{html,js,css,svg,map,eot,ttf}'"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-kolibri/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-kolibri",
"version": "0.16.1-dev.1",
"description": "Custom rules.",
"version": "0.18.0",
"description": "Custom linting rules for kolibri",
"author": "Learning Equality",
"main": "lib/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kolibri-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-kolibri": "0.16.1-dev.1",
"eslint-plugin-kolibri": "^0.18.0",
"eslint-plugin-vue": "^9.31.0",
"fast-glob": "3.3.2",
"kolibri-logging": "^1.0.0",
Expand Down
82 changes: 0 additions & 82 deletions packages/publish.js

This file was deleted.

0 comments on commit 23819ab

Please sign in to comment.