mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 22:48:12 +08:00
WIP ESLint rule to require 'data-*' attribute based selectors
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "eslint-require-data-selectors",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node require-data-selectors.test.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.57.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user