UNPKG

@stordata/grammars

Version:

A collection of ANTLR grammars used at Stordata. This project exists so that we can package the grammars (and various utilities) as a CommonJS module. The `antlr4` Javascript runtime is only available as an ES module at the time of writing.

14 lines (13 loc) 231 B
{ "extends": "@stordata", "parserOptions": { "sourceType": "module", "ecmaVersion": 2022 }, "rules": { "import/extensions": "off", "import/order": ["error", { "newlines-between": "always" }] } }