eslint-plugin-eslint-plugin icon indicating copy to clipboard operation
eslint-plugin-eslint-plugin copied to clipboard

chore(CI): simplify testing strategy

Open MichaelDeBoey opened this issue 3 years ago • 3 comments

MichaelDeBoey avatar Oct 12 '22 02:10 MichaelDeBoey

Can you summarize what's changed?

bmish avatar Oct 12 '22 04:10 bmish

@bmish I brought this file in line with what I did for @mysticatea/eslint-plugin in https://github.com/eslint-community/mysticatea__eslint-plugin/pull/1

  • Testing against all supported Node versions
  • Testing against other platforms
  • Testing against older supported ESLint versions
  • Splitting the Lint job

MichaelDeBoey avatar Oct 12 '22 15:10 MichaelDeBoey

This should fix one of the issues: #315

bmish avatar Oct 13 '22 13:10 bmish