Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 0c7b111

Browse files
committed
chore: add root and update atom to readonly
1 parent 8287892 commit 0c7b111

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@
215215
"core:loaded-shell-environment"
216216
],
217217
"eslintConfig": {
218+
"root": true,
218219
"rules": {
219220
"no-console": "off",
220221
"semi": [
@@ -249,7 +250,7 @@
249250
},
250251
"extends": "airbnb-base",
251252
"globals": {
252-
"atom": "true"
253+
"atom": "readonly"
253254
},
254255
"env": {
255256
"node": true,

0 commit comments

Comments
 (0)