This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
masif
/
quran
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
cf937194cb
Dallar
Biçim İmleri
master
quran
/
node_modules
/
eslint-config-airbnb-base
/
rules
/
strict.js
strict.js
112 B
Geçmiş
Ham
1
2
3
4
5
6
module.exports = {
rules: {
// babel inserts `'use strict';` for us
strict: ['error', 'never']
}
};