This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
hs
/
traffic-eff-app
Obserwuj
3
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
6bdfdf059d
Gałęzie
Tagi
master
traffic-eff-app
/
node_modules
/
eslint-config-airbnb-base
/
rules
/
strict.js
strict.js
112 B
Historia
Czysty
1
2
3
4
5
6
module.exports = {
rules: {
// babel inserts `'use strict';` for us
strict: ['error', 'never']
}
};