mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
chore: migrate eslint to flat config
eslint 9 ignores .eslintrc.* by default, so replace .eslintrc.cjs with a flat eslint.config.mjs (in the style of graycoreio/daffodil)
This commit is contained in:
@@ -3,7 +3,7 @@ import { Repository } from "./repository";
|
||||
/**
|
||||
* Get the next version of Magento, as determined by the repository.
|
||||
*/
|
||||
export const getNextVersion = (repository: Repository, date: Date) => {
|
||||
export const getNextVersion = (repository: Repository, _date: Date) => {
|
||||
switch(repository){
|
||||
case "https://nightly.mage-os.org":
|
||||
case "https://upstream-nightly.mage-os.org":
|
||||
|
||||
Reference in New Issue
Block a user