Skip to content

Commit bae72ad

Browse files
authored
Merge pull request #604 from jpogran/maint-remove-language-config-json
(maint) Remove Language Configuration JSON entries
2 parents 89dccda + d0f677f commit bae72ad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@
9090
"extensions": [
9191
".pp",
9292
".epp"
93-
],
94-
"configuration": "./languages/puppet-language-configuration.json"
93+
]
9594
},
9695
{
9796
"id": "puppetfile",
@@ -101,8 +100,7 @@
101100
],
102101
"filenames": [
103102
"Puppetfile"
104-
],
105-
"configuration": "./languages/puppetfile-language-configuration.json"
103+
]
106104
}
107105
],
108106
"jsonValidation": [

0 commit comments

Comments
 (0)