change to airbnb eslint plugin

This commit is contained in:
Matt Walsh
2020-10-29 16:44:28 -05:00
parent b7967fca05
commit dd98daf0c2
31 changed files with 1179 additions and 790 deletions

View File

@@ -1,4 +1,6 @@
const _StationInfo = {
// cspell: disable
// eslint-disable-next-line no-unused-vars
const StationInfo = {
MADC: {
id: 'MADC',
city: 'Durango Complex',
@@ -19544,4 +19546,4 @@ const _StationInfo = {
lon: -78.5016,
},
};
};