We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
name
package.json
1 parent db574c4 commit 495aa49Copy full SHA for 495aa49
1 file changed
packages/js/src/index.js
@@ -5,15 +5,15 @@
5
6
"use strict";
7
8
-const { version } = require("../package.json");
+const { name, version } = require("../package.json");
9
10
//------------------------------------------------------------------------------
11
// Public Interface
12
13
14
module.exports = {
15
meta: {
16
- name: "@eslint/js",
+ name,
17
version
18
},
19
configs: {
0 commit comments