import globals from "globals";
import css from "@eslint/css";
/** @type {import('eslint').Linter.Config[]} */
export default [
{
languageOptions: {
globals: globals.browser
}
},
{
files: ["**/*.css"],
plugins: {
css,
},
language: "css/css",
rules: {
"css/require-baseline": ["warn", {
"available": 2025
}],
},
},
];
Environment
Node version: v23.9.0
npm version: v10.9.2
Local ESLint version: v9.20.1 (Currently used)
Global ESLint version: Not found
Operating System: darwin 23.6.0
Which language are you using?
stylesheet
What did you do?
Configuration
What did you expect to happen?
No warnings -
display: tableis a widely available featureWhat actually happened?
Link to Minimal Reproducible Example
https://github.com/rviscomi/baseline-demos/blob/main/eslint/src/table.css
Participation
Additional comments
No response