You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial prototype of an ESLint-based validator of the Elasticsearch specification (#4400)
* Initial prototype of an ESLint-based validator of the Elasticsearch specification
* Add linter to make validate target
* Stop using mjs file extension
* Add testing framework
* Typo
* Fix ESM setup in spec repo
* Formatting cleanup
* Clarifications in README about writing rules
* Add invalid-node-types rule
* Appease the linter
* Add license headers
* Appease the linter again!
* Install validator dependencies in makefile
* Ignore new ESLint-related files in validate-pr script
* Attempt to short-circuit reporting tool when it gets an invalid file
* Debugging the validate-pr script to find an issue
* Skip markdown files in validate-pr script
0 commit comments